0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

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

use .form-group to apply consistent vertical spacing on form rows
This commit is contained in:
James Holland 2013-07-26 09:04:39 -04:00
parent 6115f01adb
commit 2e7593a40d

View File

@ -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