diff options
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/buttons.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d22b327a5..2535de55e 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 077616e99..59653c1bf 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 |
