Commit ce5976fb authored by Mark Otto's avatar Mark Otto

ensure help-block is block per #1937

parent cbe10bd5
...@@ -832,6 +832,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec ...@@ -832,6 +832,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
color: #999999; color: #999999;
} }
.help-block { .help-block {
display: block;
margin-top: 5px; margin-top: 5px;
margin-bottom: 0; margin-bottom: 0;
color: #999999; color: #999999;
......
...@@ -327,6 +327,7 @@ select:focus:required:invalid { ...@@ -327,6 +327,7 @@ select:focus:required:invalid {
// --------- // ---------
.help-block { .help-block {
display: block; // account for any element using help-block
margin-top: 5px; margin-top: 5px;
margin-bottom: 0; margin-bottom: 0;
color: @grayLight; color: @grayLight;
......
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