diff options
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; } |
