Skip to content

Commit

Permalink
Increase headings-line-height from 1.1 to 1.2 (#24423)
Browse files Browse the repository at this point in the history
This way, descenders are not cropped when truncating. Fixes #23956.
  • Loading branch information
mdo authored Oct 19, 2017
1 parent 40d242e commit d94fec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d94fec9

Please sign in to comment.