From 07a5d55f01c826c136b58c89907be76a203d5eaa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 16 Mar 2015 14:41:03 -0700 Subject: [PATCH] tooltip: line-height: 1.4 => @line-height-base --- less/tooltip.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/tooltip.less b/less/tooltip.less index 9d56847433..c0dfd55ce1 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -12,7 +12,7 @@ font-family: @font-family-base; font-size: @font-size-small; font-weight: normal; - line-height: 1.4; + line-height: @line-height-base; .opacity(0); &.in { .opacity(@tooltip-opacity); }