2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fixes #5853: Maintain 10px margin above help block when following input groups

This commit is contained in:
Mark Otto
2012-11-29 23:39:33 -08:00
parent f087b3428c
commit bca3ff4ed6
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -673,7 +673,9 @@ legend + .control-group {
input,
select,
textarea,
.uneditable-input {
.uneditable-input,
.input-prepend,
.input-append {
+ .help-block {
margin-top: @baseLineHeight / 2;
}