diff options
| author | Mark Otto <[email protected]> | 2016-02-07 22:43:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-07 22:43:24 -0800 |
| commit | ab451e5dc0c8402574bf631ff603f384034ec993 (patch) | |
| tree | feff926e5b98049ddd2d9df11b21ff863dd8e56f | |
| parent | 8fcdbd38f8ca6c941ee4acc34a002ccfbbd66c5d (diff) | |
| download | bootstrap-ab451e5dc0c8402574bf631ff603f384034ec993.tar.xz bootstrap-ab451e5dc0c8402574bf631ff603f384034ec993.zip | |
Remove commented out height on large/small inputs
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 473bcaea2..30f714679 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -141,14 +141,12 @@ input[type="month"] { // issue documented in https://github.com/twbs/bootstrap/issues/15074. .form-control-sm { - // height: $input-height-sm; padding: $input-padding-y-sm $input-padding-x-sm; font-size: $font-size-sm; @include border-radius($input-border-radius-sm); } .form-control-lg { - // height: $input-height-lg; padding: $input-padding-y-lg $input-padding-x-lg; font-size: $font-size-lg; @include border-radius($input-border-radius-lg); |
