diff options
| author | Mark Otto <[email protected]> | 2015-08-22 18:36:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-22 18:36:43 -0700 |
| commit | 1e7c42d2c086157c77fc8df8dbba3e622c143ed5 (patch) | |
| tree | 08c287be320d6d7fa18c2a9e9ba2872643a04d21 | |
| parent | 912637f0d0bf00f87d671d84c7cb6e5ec9051a5c (diff) | |
| download | bootstrap-1e7c42d2c086157c77fc8df8dbba3e622c143ed5.tar.xz bootstrap-1e7c42d2c086157c77fc8df8dbba3e622c143ed5.zip | |
fixes #17035
| -rw-r--r-- | scss/_input-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index df8aa10eb..3b4ef632c 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -97,7 +97,7 @@ @include border-radius($border-radius-sm); } &.form-control-lg { - padding: $input-padding-x-lg $input-padding-x-lg; + padding: $input-padding-y-lg $input-padding-x-lg; font-size: $font-size-lg; @include border-radius($border-radius-lg); } |
