Commit 701f871e authored by Zulfiqar Ali's avatar Zulfiqar Ali

help-block margin-top should also apply after a span.input

parent e0d01908
...@@ -672,7 +672,8 @@ legend + .control-group { ...@@ -672,7 +672,8 @@ legend + .control-group {
// And apply it only to .help-block instances that follow a form control // And apply it only to .help-block instances that follow a form control
input, input,
select, select,
textarea { textarea,
span.input {
+ .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