From: Mark Otto Date: Wed, 16 Sep 2015 04:11:15 +0000 (-0700) Subject: fixes border-width issues when customizing font-size by using 1px instead of .0625rem... X-Git-Tag: v4.0.0-alpha.2~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f08df3b0b3c9b8c0cf625475a4ec66a809d968;p=thirdparty%2Fbootstrap.git fixes border-width issues when customizing font-size by using 1px instead of .0625rem as default -width --- 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 `