From e40df7cfacef0b581810c8ec661923054541638c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 25 Jun 2014 16:56:36 -0700 Subject: fixes #13912: make radios/checkboxes work with inline forms again --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/forms.less') 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; } -- cgit v1.2.3