remove commented out code, fixes #23530

This commit is contained in:
Mark Otto 2017-08-20 14:06:05 -07:00
parent 6bea2e24fe
commit 22f6ee52f0
1 changed files with 0 additions and 2 deletions

View File

@ -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;