2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
View File
@@ -673,7 +673,7 @@ legend + .control-group {
input,
select,
textarea,
span.input {
span.uneditable-input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}