diff options
| author | Mark Otto <[email protected]> | 2016-02-07 22:43:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-07 22:43:10 -0800 |
| commit | 8fcdbd38f8ca6c941ee4acc34a002ccfbbd66c5d (patch) | |
| tree | 83a91a7203d397dbfe316e41370e234f8f6b633c /scss/_forms.scss | |
| parent | 1db8dc10b586459db7ae4a58fe0bb34fb77b30e0 (diff) | |
| download | bootstrap-8fcdbd38f8ca6c941ee4acc34a002ccfbbd66c5d.tar.xz bootstrap-8fcdbd38f8ca6c941ee4acc34a002ccfbbd66c5d.zip | |
Remove specific line-heights from large/small inputs as well
Diffstat (limited to 'scss/_forms.scss')
| -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 03f140906..473bcaea2 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -144,7 +144,6 @@ input[type="month"] { // height: $input-height-sm; padding: $input-padding-y-sm $input-padding-x-sm; font-size: $font-size-sm; - line-height: $line-height-sm; @include border-radius($input-border-radius-sm); } @@ -152,7 +151,6 @@ input[type="month"] { // height: $input-height-lg; padding: $input-padding-y-lg $input-padding-x-lg; font-size: $font-size-lg; - line-height: $line-height-lg; @include border-radius($input-border-radius-lg); } |
