diff options
| author | Mark Otto <[email protected]> | 2014-05-22 18:42:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-22 18:42:21 -0700 |
| commit | fab9ab8fe9b51ebc88872482556df3f793e5ac4a (patch) | |
| tree | e9ae4895d32ccfb0120a6f2c6c927c32b3435f50 /less/forms.less | |
| parent | cae7dee2361c7023bd147570509a0c40ade3c4e9 (diff) | |
| download | bootstrap-fab9ab8fe9b51ebc88872482556df3f793e5ac4a.tar.xz bootstrap-fab9ab8fe9b51ebc88872482556df3f793e5ac4a.zip | |
Reset the padding on radio/checkbox labels in form-inline
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 335c1e0e8..e3fe6c3d2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -410,8 +410,11 @@ input[type="checkbox"], display: inline-block; margin-top: 0; margin-bottom: 0; - padding-left: 0; vertical-align: middle; + + label { + padding-left: 0; + } } .radio input[type="radio"], .checkbox input[type="checkbox"] { |
