enforce line-height on badges at all times

This commit is contained in:
Mark Otto 2015-05-29 14:05:02 -07:00
parent 163dd5296e
commit 933639729f
1 changed files with 1 additions and 0 deletions

View 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;