Skip to content

Commit

Permalink
feat(reboot): set a line-height for var and code (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Dec 26, 2022
1 parent 0d6d1aa commit 5182046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ var, // Boosted mod
code {
@include font-size($code-font-size);
font-style: normal; // Boosted mod: <var> is italic in all browsers
line-height: $line-height-sm; // Boosted mod
color: var(--#{$prefix}code-color);
word-wrap: break-word;

Expand Down

0 comments on commit 5182046

Please sign in to comment.