diff options
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/less/forms.less b/less/forms.less index 7040b17d6..21475a6d0 100644 --- a/less/forms.less +++ b/less/forms.less @@ -422,13 +422,8 @@ select { // -------------------------------------------------- // Horizontal forms are built on grid classes. -.form-horizontal { - .row + .row { - margin-top: 15px; - } - .control-label { +.form-horizontal .control-label { padding-top: 6px; - } } // Only right align form labels here when the columns stop stacking |
