Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-10-19 05:48:35 +0300
committerGitHub <noreply@github.com>2017-10-19 05:48:35 +0300
commitd94fec94b239c29c62ce7d7470d69539cf009a13 (patch)
tree185eeee6dcfdde88f11dd3b50e40c83cf192785c /scss
parent40d242eddc497b1d95bacaf3f336f4dd56d37152 (diff)
Increase headings-line-height from 1.1 to 1.2 (#24423)
This way, descenders are not cropped when truncating. Fixes #23956.
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 271bdb3b35..2301d8d79c 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;