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 390d5427a..4f04c454c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -421,13 +421,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 |
