0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

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

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;