diff options
| author | Mark Otto <[email protected]> | 2012-08-21 14:38:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-21 14:38:47 -0700 |
| commit | 46c10c8b58919841d9adbc4908a127bf5eff88ad (patch) | |
| tree | e8fa1268e767cd559a158709fb04821f5d8d3ab3 /less | |
| parent | 190d3c9c3ec2528a09a9639154bf6ad95b0fc6f2 (diff) | |
| download | bootstrap-46c10c8b58919841d9adbc4908a127bf5eff88ad.tar.xz bootstrap-46c10c8b58919841d9adbc4908a127bf5eff88ad.zip | |
alternate fix to #4522: increase line-height on btn-mini
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
