From 85f08df3b0b3c9b8c0cf625475a4ec66a809d968 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 15 Sep 2015 21:11:15 -0700 Subject: [PATCH] fixes border-width issues when customizing font-size by using 1px instead of .0625rem as default -width --- scss/_forms.scss | 6 +++--- scss/_variables.scss | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) 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 `