From e2029e122c58d5bca7f439ea4c8220957acc8903 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 6 Jul 2014 15:09:20 -0700 Subject: Fixes #13997: Move min-height for radio/checkbox to their inner label --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index d3c726765..26589b3eb 100644 --- a/less/forms.less +++ b/less/forms.less @@ -208,11 +208,11 @@ input[type="month"] { .checkbox { position: relative; display: block; - min-height: @line-height-computed; // clear the floating input if there is no label text margin-top: 10px; margin-bottom: 10px; label { + min-height: @line-height-computed; // Ensure the input doens't jump when no text padding-left: 20px; margin-bottom: 0; font-weight: normal; -- cgit v1.2.3