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); }