diff options
| author | Mark Otto <[email protected]> | 2014-06-25 16:56:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-25 16:56:36 -0700 |
| commit | e40df7cfacef0b581810c8ec661923054541638c (patch) | |
| tree | bc712b51d63700898b06cdb566512fe2319d201f /less/forms.less | |
| parent | 32bde78e1996a92e6b801e1f4a475d5ab48685f8 (diff) | |
| download | bootstrap-e40df7cfacef0b581810c8ec661923054541638c.tar.xz bootstrap-e40df7cfacef0b581810c8ec661923054541638c.zip | |
fixes #13912: make radios/checkboxes work with inline forms again
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 841762f4c..2c5e9bfa9 100644 --- a/less/forms.less +++ b/less/forms.less @@ -449,7 +449,7 @@ input[type="checkbox"] { } .radio input[type="radio"], .checkbox input[type="checkbox"] { - float: none; + position: relative; margin-left: 0; } |
