]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
enforce line-height on badges at all times
authorMark Otto <markdotto@gmail.com>
Fri, 29 May 2015 21:05:02 +0000 (14:05 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 29 May 2015 21:05:02 +0000 (14:05 -0700)
scss/_badge.scss

index b264108f085b3f98cba4e2ff2a138d6f82bde728..53781160a504bf99e9b8148da7b2a6203f5ef5fb 100644 (file)
@@ -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;