2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fixes #11658: Increase min-height of .radio and .checkbox for horizontal forms to ensure alignment of content below

This commit is contained in:
Mark Otto
2013-11-30 23:17:43 -08:00
parent 841da88f3f
commit 48269dcd28
3 changed files with 12 additions and 1 deletions
+5
View File
@@ -2209,6 +2209,11 @@ textarea.input-lg {
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;