From 51d3267ea90b74acb970a7872a88b9743801f60c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 9 Feb 2016 00:34:41 -0800 Subject: [PATCH] don't set horizontal padding on .form-control-label /cc #18130 #17498 --- scss/_forms.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 `