Commit 281e058e authored by Mark Otto's avatar Mark Otto

fix #2613: labels hang too low

parent ee3fc11a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment