diff --git a/scss/_forms.scss b/scss/_forms.scss index 29d2944240..8063da7a94 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -95,20 +95,20 @@ select.form-control { // For use with horizontal and inline forms, when you need the label text to // align with the form controls. .col-form-label { - padding-top: $input-padding-y; - padding-bottom: $input-padding-y; + padding-top: calc(#{$input-padding-y} - #{$input-btn-border-width} * 2); + padding-bottom: calc(#{$input-padding-y} - #{$input-btn-border-width} * 2); margin-bottom: 0; // Override the `