aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-05-29 14:05:02 -0700
committerMark Otto <[email protected]>2015-05-29 14:05:02 -0700
commit933639729f3f6f3c5d4f6e8299f0de080c296c5f (patch)
treea554228e5506632b907044fa69798c04f456800a
parent163dd5296e9d6e4f91956b4afeb99ebc4693b4ad (diff)
downloadbootstrap-933639729f3f6f3c5d4f6e8299f0de080c296c5f.tar.xz
bootstrap-933639729f3f6f3c5d4f6e8299f0de080c296c5f.zip
enforce line-height on badges at all times
-rw-r--r--scss/_badge.scss1
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;