diff options
| author | Mark Otto <[email protected]> | 2012-08-01 11:53:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-01 11:53:00 -0700 |
| commit | 735001cb266def8185367ae9d48207e46f6e023f (patch) | |
| tree | b0dbab567561888d6792c4723587b40cef6af626 /less/forms.less | |
| parent | 5637c6fb7031ed045902a4f74bbb164978b7dd38 (diff) | |
| download | bootstrap-735001cb266def8185367ae9d48207e46f6e023f.tar.xz bootstrap-735001cb266def8185367ae9d48207e46f6e023f.zip | |
increase horizontal padding on inputs given new font-size
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index b2095e6f4..8dfef255a 100644 --- a/less/forms.less +++ b/less/forms.less @@ -80,7 +80,7 @@ input[type="color"], .uneditable-input { display: inline-block; height: @baseLineHeight; - padding: 4px; + padding: 4px 6px; margin-bottom: 9px; font-size: @baseFontSize; line-height: @baseLineHeight; |
