aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-20 14:06:05 -0700
committerMark Otto <[email protected]>2017-08-20 14:06:05 -0700
commit22f6ee52f04457755328d0230da01334dd48aa54 (patch)
tree1930c587a16cdbabd816e22743eeb6e27753ae55
parent6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (diff)
downloadbootstrap-22f6ee52f04457755328d0230da01334dd48aa54.tar.xz
bootstrap-22f6ee52f04457755328d0230da01334dd48aa54.zip
remove commented out code, fixes #23530
-rw-r--r--scss/_forms.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 83d879737..33163a052 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;