mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 19:20:23 +00:00
help-block margin-top should also apply after a span.input
This commit is contained in:
parent
e0d0190803
commit
701f871e7d
1 changed files with 2 additions and 1 deletions
|
|
@ -672,7 +672,8 @@ legend + .control-group {
|
|||
// And apply it only to .help-block instances that follow a form control
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
textarea,
|
||||
span.input {
|
||||
+ .help-block {
|
||||
margin-top: @baseLineHeight / 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue