1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

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

This commit is contained in:
Zulfiqar Ali
2012-11-28 16:47:59 +08:00
parent 701f871e7d
commit 693fd0db2a

View File

@@ -673,7 +673,7 @@ legend + .control-group {
input, input,
select, select,
textarea, textarea,
span.input { span.uneditable-input {
+ .help-block { + .help-block {
margin-top: @baseLineHeight / 2; margin-top: @baseLineHeight / 2;
} }