diff options
| author | Mark Otto <[email protected]> | 2015-08-17 23:42:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-17 23:42:58 -0700 |
| commit | dcc92778d54692253e5b41bf1eb93a19fcc89191 (patch) | |
| tree | f90778b91ec3a8d9b183d9f0359c5b40a8d72422 | |
| parent | 609c1ac2ff9a96e4cdb34d033bdda11997655c3a (diff) | |
| download | bootstrap-dcc92778d54692253e5b41bf1eb93a19fcc89191.tar.xz bootstrap-dcc92778d54692253e5b41bf1eb93a19fcc89191.zip | |
really temporarily disable those heights
| -rw-r--r-- | scss/_forms.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 1a4139f19..9888da1d6 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -144,7 +144,7 @@ // issue documented in https://github.com/twbs/bootstrap/issues/15074. .form-control-sm { - height: $input-height-sm; + // height: $input-height-sm; padding: $input-padding-y-sm $input-padding-x-sm; font-size: $font-size-sm; line-height: $line-height-sm; @@ -152,7 +152,7 @@ } .form-control-lg { - height: $input-height-lg; + // height: $input-height-lg; padding: $input-padding-y-lg $input-padding-x-lg; font-size: $font-size-lg; line-height: $line-height-lg; |
