diff options
| author | Mark Otto <[email protected]> | 2017-10-01 20:44:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 21:40:45 -0700 |
| commit | 4149cb2d178417017017f8936fe0b8947a2613dd (patch) | |
| tree | 1cfd02a7956ccaa1b1b271c29eca149449e8d857 | |
| parent | 976595bd1d716f8cbcd16ec76950bba303868f07 (diff) | |
| download | bootstrap-4149cb2d178417017017f8936fe0b8947a2613dd.tar.xz bootstrap-4149cb2d178417017017f8936fe0b8947a2613dd.zip | |
Update input/button padding to fix cutoff text in Windows Chrome
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 095e0ae43..722818f5e 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -299,9 +299,9 @@ $table-dark-color: $body-bg !default; // // For each of Bootstrap's buttons, define text, background and border color. -$input-btn-padding-y: .5rem !default; +$input-btn-padding-y: .375rem !default; $input-btn-padding-x: .75rem !default; -$input-btn-line-height: 1.25 !default; +$input-btn-line-height: 1.5 !default; $input-btn-padding-y-sm: .25rem !default; $input-btn-padding-x-sm: .5rem !default; |
