From: Mark Otto Date: Tue, 9 Feb 2016 08:34:41 +0000 (-0800) Subject: don't set horizontal padding on .form-control-label /cc #18130 #17498 X-Git-Tag: v4.0.0-alpha.3~85^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d3267ea90b74acb970a7872a88b9743801f60c;p=thirdparty%2Fbootstrap.git don't set horizontal padding on .form-control-label /cc #18130 #17498 --- diff --git a/scss/_forms.scss b/scss/_forms.scss index 729ca764fd..48e2dea47b 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -76,7 +76,8 @@ select.form-control { // For use with horizontal and inline forms, when you need the label text to // align with the form controls. .form-control-label { - padding: $input-padding-y $input-padding-x; + padding-top: $input-padding-y; + padding-bottom: $input-padding-y; margin-bottom: 0; // Override the `