]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove commented out code, fixes #23530
authorMark Otto <markdotto@gmail.com>
Sun, 20 Aug 2017 21:06:05 +0000 (14:06 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 20 Aug 2017 21:06:05 +0000 (14:06 -0700)
scss/_forms.scss

index 83d879737febb09d6ee41be717d0495a9c626312..33163a05293bbd0d203f2f8cce9c768c2c3dc266 100644 (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;