mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02: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