]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Increase headings-line-height from 1.1 to 1.2 (#24423)
authorMark Otto <markd.otto@gmail.com>
Thu, 19 Oct 2017 02:48:35 +0000 (19:48 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2017 02:48:35 +0000 (19:48 -0700)
This way, descenders are not cropped when truncating. Fixes #23956.

scss/_variables.scss

index 271bdb3b350ad480e5090e92d516956afe65c200..2301d8d79cc97e90e28eb3b49eb5fa1b20a41c0a 100644 (file)
@@ -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;