From: wojtask9 Date: Mon, 2 Oct 2017 17:15:32 +0000 (+0200) Subject: fix .col-form-label paddings and add line-height (#23121) X-Git-Tag: v4.0.0-beta.2~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9145cc8279abb6d9ca73e18d82d6816e386cdab3;p=thirdparty%2Fbootstrap.git fix .col-form-label paddings and add line-height (#23121) --- diff --git a/scss/_forms.scss b/scss/_forms.scss index fb3dc55992..69429fdef8 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -88,21 +88,24 @@ 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: calc(#{$input-btn-padding-y} - #{$input-btn-border-width} * 2); - padding-bottom: calc(#{$input-btn-padding-y} - #{$input-btn-border-width} * 2); + padding-top: calc(#{$input-btn-padding-y} + #{$input-btn-border-width}); + padding-bottom: calc(#{$input-btn-padding-y} + #{$input-btn-border-width}); margin-bottom: 0; // Override the `