Skip to content

Commit

Permalink
Increase -line-height from 1.1 to 1.2
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 committed Oct 18, 2017
1 parent 64ccd89 commit 63aa17d
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: 1rem !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 63aa17d

Please sign in to comment.