Commit 2e7593a4 authored by James Holland's avatar James Holland

Update forms.less to remove .form-horizontal .row + .row

use .form-group to apply consistent vertical spacing on form rows
parent 6115f01a
...@@ -422,13 +422,8 @@ select { ...@@ -422,13 +422,8 @@ select {
// -------------------------------------------------- // --------------------------------------------------
// Horizontal forms are built on grid classes. // Horizontal forms are built on grid classes.
.form-horizontal { .form-horizontal .control-label {
.row + .row {
margin-top: 15px;
}
.control-label {
padding-top: 6px; padding-top: 6px;
}
} }
// Only right align form labels here when the columns stop stacking // Only right align form labels here when the columns stop stacking
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment