From 48269dcd282f05be79c9bb8cba032c745b3b337a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Nov 2013 23:17:43 -0800 Subject: Fixes #11658: Increase min-height of .radio and .checkbox for horizontal forms to ensure alignment of content below --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3