diff options
| author | Jacob Thornton <[email protected]> | 2012-04-24 02:02:28 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-24 02:02:28 -0700 |
| commit | fc871a482142aa271bb8aeda85198f9fb93d73d1 (patch) | |
| tree | 05e86c1fa0b5f5c5f53e815fabef5d563b5b7875 /less/forms.less | |
| parent | 73453c7f79e6bf6be13917f854ed172e214eada2 (diff) | |
| parent | 1c2db11d58cfb35ab513d104eb845b4dce34f750 (diff) | |
| download | bootstrap-fc871a482142aa271bb8aeda85198f9fb93d73d1.tar.xz bootstrap-fc871a482142aa271bb8aeda85198f9fb93d73d1.zip | |
Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip
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 da94fa1fa..7d967c6b3 100644 --- a/less/forms.less +++ b/less/forms.less @@ -173,8 +173,8 @@ input[type="hidden"] { // Indent the labels to position radios/checkboxes as hanging .radio, .checkbox { + min-height: 18px; // clear the floating input if there is no label text padding-left: 18px; - overflow: auto; // clear the floating input if there is no label text } .radio input[type="radio"], .checkbox input[type="checkbox"] { |
