2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1
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;