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;