1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

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

This commit is contained in:
Zulfiqar Ali
2012-11-27 07:30:54 +08:00
parent e0d0190803
commit 701f871e7d

View File

@@ -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;
} }