diff options
| author | Mark Otto <[email protected]> | 2015-05-29 14:05:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-29 14:05:02 -0700 |
| commit | 933639729f3f6f3c5d4f6e8299f0de080c296c5f (patch) | |
| tree | a554228e5506632b907044fa69798c04f456800a | |
| parent | 163dd5296e9d6e4f91956b4afeb99ebc4693b4ad (diff) | |
| download | bootstrap-933639729f3f6f3c5d4f6e8299f0de080c296c5f.tar.xz bootstrap-933639729f3f6f3c5d4f6e8299f0de080c296c5f.zip | |
enforce line-height on badges at all times
| -rw-r--r-- | scss/_badge.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_badge.scss b/scss/_badge.scss index b264108f0..53781160a 100644 --- a/scss/_badge.scss +++ b/scss/_badge.scss @@ -12,6 +12,7 @@ font-size: .75em; font-weight: $badge-font-weight; color: $badge-color; + line-height: $line-height-base; text-align: center; white-space: nowrap; background-color: $badge-bg; |
