Commit adff17ac authored by Mark Otto's avatar Mark Otto

fix for #1779, use line-height var

parent 2d9b3c45
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
padding: 3px 15px; padding: 3px 15px;
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: @baseLineHeight;
color: @gray; color: @gray;
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