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

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

use .form-group to apply consistent vertical spacing on form rows
parent 6115f01a
Showing with 1 addition and 6 deletions
+1 -6
......@@ -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
......
Supports Markdown
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