diff options
| author | Jacob Thornton <[email protected]> | 2012-04-15 00:20:50 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-15 00:20:50 -0700 |
| commit | cad8f2b43acac39958c5f3fb04e9d922900e7b89 (patch) | |
| tree | 1245b4ba31400a3d7e5f3ce810273ac6e4bb6618 /less/forms.less | |
| parent | e985681758c3fef534f5bbe86c12b884a8333cbe (diff) | |
| parent | 6c221d65e3b73a8ad0270ee2876260177df68620 (diff) | |
| download | bootstrap-cad8f2b43acac39958c5f3fb04e9d922900e7b89.tar.xz bootstrap-cad8f2b43acac39958c5f3fb04e9d922900e7b89.zip | |
Merge branch '2.0.3-wip' of https://github.com/twitter/bootstrap into 2.0.3-wip
Conflicts:
docs/assets/bootstrap.zip
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 1367b1fd9..dd18b91f5 100644 --- a/less/forms.less +++ b/less/forms.less @@ -172,6 +172,7 @@ input[type="hidden"] { // Indent the labels to position radios/checkboxes as hanging .radio, .checkbox { + overflow: auto; // clear the floating input if there is no label text padding-left: 18px; } .radio input[type="radio"], |
