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 { ...@@ -3578,7 +3578,7 @@ a.thumbnail:hover {
.badge { .badge {
font-size: 10.998px; font-size: 10.998px;
font-weight: bold; font-weight: bold;
line-height: 13px; line-height: 14px;
color: #ffffff; color: #ffffff;
vertical-align: middle; vertical-align: middle;
white-space: nowrap; white-space: nowrap;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.badge { .badge {
font-size: @baseFontSize * .846; font-size: @baseFontSize * .846;
font-weight: bold; font-weight: bold;
line-height: 13px; // ensure proper line-height if floated line-height: 14px; // ensure proper line-height if floated
color: @white; color: @white;
vertical-align: middle; vertical-align: middle;
white-space: nowrap; 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