1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +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,
select,
textarea,
span.input {
span.uneditable-input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}