aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-17 23:42:58 -0700
committerMark Otto <[email protected]>2015-08-17 23:42:58 -0700
commitdcc92778d54692253e5b41bf1eb93a19fcc89191 (patch)
treef90778b91ec3a8d9b183d9f0359c5b40a8d72422
parent609c1ac2ff9a96e4cdb34d033bdda11997655c3a (diff)
downloadbootstrap-dcc92778d54692253e5b41bf1eb93a19fcc89191.tar.xz
bootstrap-dcc92778d54692253e5b41bf1eb93a19fcc89191.zip
really temporarily disable those heights
-rw-r--r--scss/_forms.scss4
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;