mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 03:30:23 +00:00
fix #2613: labels hang too low
This commit is contained in:
parent
ee3fc11add
commit
281e058ef2
3 changed files with 2 additions and 2 deletions
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -3578,7 +3578,7 @@ a.thumbnail:hover {
|
|||
.badge {
|
||||
font-size: 10.998px;
|
||||
font-weight: bold;
|
||||
line-height: 13px;
|
||||
line-height: 14px;
|
||||
color: #ffffff;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
.badge {
|
||||
font-size: @baseFontSize * .846;
|
||||
font-weight: bold;
|
||||
line-height: 13px; // ensure proper line-height if floated
|
||||
line-height: 14px; // ensure proper line-height if floated
|
||||
color: @white;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue