diff options
| author | Mark Otto <[email protected]> | 2013-11-30 23:17:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 23:17:43 -0800 |
| commit | 48269dcd282f05be79c9bb8cba032c745b3b337a (patch) | |
| tree | 9175d653899ae0022855c5c2ac19407db26fa91c /dist/css/bootstrap.css | |
| parent | 841da88f3fc93740cca07b6e4581a333d77964f0 (diff) | |
| download | bootstrap-48269dcd282f05be79c9bb8cba032c745b3b337a.tar.xz bootstrap-48269dcd282f05be79c9bb8cba032c745b3b337a.zip | |
Fixes #11658: Increase min-height of .radio and .checkbox for horizontal forms to ensure alignment of content below
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9d73dc82f..ede81b5a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
