diff options
| author | Mark Otto <[email protected]> | 2012-01-27 21:20:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 21:20:58 -0800 |
| commit | 78120edf728ede35f2338b42ae30fff1bd7f086e (patch) | |
| tree | f008e65932a39bda3d0c7e385e21a4b0c433226d /less/forms.less | |
| parent | d0447e9aa54898ea46596e0e2077f33f0dbd1968 (diff) | |
| download | bootstrap-78120edf728ede35f2338b42ae30fff1bd7f086e.tar.xz bootstrap-78120edf728ede35f2338b42ae30fff1bd7f086e.zip | |
add clearfix to control-group for longer labels and any other unforeseen circumstances
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index edd416585..b82fcca72 100644 --- a/less/forms.less +++ b/less/forms.less @@ -505,6 +505,7 @@ select:focus:required:invalid { // Increase spacing between groups .control-group { margin-bottom: @baseLineHeight; + .clearfix(); } // Float the labels left .control-group > label { |
