aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-25 16:56:36 -0700
committerMark Otto <[email protected]>2014-06-25 16:56:36 -0700
commite40df7cfacef0b581810c8ec661923054541638c (patch)
treebc712b51d63700898b06cdb566512fe2319d201f /less/forms.less
parent32bde78e1996a92e6b801e1f4a475d5ab48685f8 (diff)
downloadbootstrap-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.less2
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;
}