From 0cc90e474369727502154e4967af8c311b62f6f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 21 Aug 2012 14:38:47 -0700 Subject: [PATCH] (less) alternate fix to #4522: increase line-height on btn-mini --- buttons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttons.less b/buttons.less index 077616e990bf..59653c1bf596 100644 --- a/buttons.less +++ b/buttons.less @@ -96,7 +96,7 @@ .btn-mini { padding: 2px 6px; font-size: @baseFontSize - 3px; - line-height: @baseLineHeight - 4px; + line-height: @baseLineHeight - 3px; } // Block button