mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
ensure help-block is block per #1937
This commit is contained in:
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -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 {
|
|||||||
// ---------
|
// ---------
|
||||||
|
|
||||||
.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;
|
||||||
|
Reference in New Issue
Block a user