aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-18 19:48:35 -0700
committerGitHub <[email protected]>2017-10-18 19:48:35 -0700
commitd94fec94b239c29c62ce7d7470d69539cf009a13 (patch)
tree185eeee6dcfdde88f11dd3b50e40c83cf192785c
parent40d242eddc497b1d95bacaf3f336f4dd56d37152 (diff)
downloadbootstrap-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.scss2
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;