diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d22b327a5b..2535de55e4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3045,7 +3045,7 @@ button.close { .btn-mini { padding: 2px 6px; font-size: 11px; - line-height: 16px; + line-height: 17px; } .btn-block { diff --git a/less/buttons.less b/less/buttons.less index 077616e990..59653c1bf5 100644 --- a/less/buttons.less +++ b/less/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