diff options
| author | Mark Otto <[email protected]> | 2017-10-18 19:48:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-18 19:48:35 -0700 |
| commit | d94fec94b239c29c62ce7d7470d69539cf009a13 (patch) | |
| tree | 185eeee6dcfdde88f11dd3b50e40c83cf192785c | |
| parent | 40d242eddc497b1d95bacaf3f336f4dd56d37152 (diff) | |
| download | bootstrap-d94fec94b239c29c62ce7d7470d69539cf009a13.tar.xz bootstrap-d94fec94b239c29c62ce7d7470d69539cf009a13.zip | |
Increase headings-line-height from 1.1 to 1.2 (#24423)
This way, descenders are not cropped when truncating. Fixes #23956.
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 271bdb3b3..2301d8d79 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -233,7 +233,7 @@ $h6-font-size: $font-size-base !default; $headings-margin-bottom: ($spacer / 2) !default; $headings-font-family: inherit !default; $headings-font-weight: 500 !default; -$headings-line-height: 1.1 !default; +$headings-line-height: 1.2 !default; $headings-color: inherit !default; $display1-size: 6rem !default; |
