From 22f6ee52f04457755328d0230da01334dd48aa54 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Aug 2017 14:06:05 -0700 Subject: [PATCH] remove commented out code, fixes #23530 --- scss/_forms.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_forms.scss b/scss/_forms.scss index 83d879737f..33163a0529 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -7,8 +7,6 @@ .form-control { display: block; width: 100%; - // // Make inputs at least the height of their button counterpart (base line-height + padding + border) - // height: $input-height; padding: $input-btn-padding-y $input-btn-padding-x; font-size: $font-size-base; line-height: $input-btn-line-height;