Commit 07a5d55f authored by Chris Rebert's avatar Chris Rebert

tooltip: line-height: 1.4 => @line-height-base

parent 8a9d698d
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
font-family: @font-family-base; font-family: @font-family-base;
font-size: @font-size-small; font-size: @font-size-small;
font-weight: normal; font-weight: normal;
line-height: 1.4; line-height: @line-height-base;
.opacity(0); .opacity(0);
&.in { .opacity(@tooltip-opacity); } &.in { .opacity(@tooltip-opacity); }
......
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