diff --git a/scss/_forms.scss b/scss/_forms.scss index 7879f63843..df28863389 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -76,7 +76,7 @@ // 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 + $border-width) $input-padding-x; + padding: $input-padding-y $input-padding-x; margin-bottom: 0; // Override the `