mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
enforce line-height on badges at all times
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
font-size: .75em;
|
font-size: .75em;
|
||||||
font-weight: $badge-font-weight;
|
font-weight: $badge-font-weight;
|
||||||
color: $badge-color;
|
color: $badge-color;
|
||||||
|
line-height: $line-height-base;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background-color: $badge-bg;
|
background-color: $badge-bg;
|
||||||
|
|||||||
Reference in New Issue
Block a user