Commit bca3ff4e authored by Mark Otto's avatar Mark Otto

Fixes #5853: Maintain 10px margin above help block when following input groups

parent f087b342
...@@ -1958,7 +1958,9 @@ legend + .control-group { ...@@ -1958,7 +1958,9 @@ legend + .control-group {
.form-horizontal input + .help-block, .form-horizontal input + .help-block,
.form-horizontal select + .help-block, .form-horizontal select + .help-block,
.form-horizontal textarea + .help-block, .form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block { .form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
margin-top: 10px; margin-top: 10px;
} }
......
...@@ -673,7 +673,9 @@ legend + .control-group { ...@@ -673,7 +673,9 @@ legend + .control-group {
input, input,
select, select,
textarea, textarea,
.uneditable-input { .uneditable-input,
.input-prepend,
.input-append {
+ .help-block { + .help-block {
margin-top: @baseLineHeight / 2; margin-top: @baseLineHeight / 2;
} }
......
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