mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
set line-height for labels to prevent change in height when floated per #2222
This commit is contained in:
+2
-1
@@ -6,8 +6,9 @@
|
||||
padding: 1px 4px 2px;
|
||||
font-size: @baseFontSize * .846;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
line-height: 13px; // ensure proper line-height if floated
|
||||
color: @white;
|
||||
white-space: nowrap;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
background-color: @grayLight;
|
||||
.border-radius(3px);
|
||||
|
||||
Reference in New Issue
Block a user