Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Patch reboot line-height reset to prevent conflict with Ladera
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrwM committed Jun 24, 2020
1 parent bd6ab24 commit 62aaf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sage-frontend/stylesheets/system/vendor/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.875;
line-height: 1.5; /* NOTE: line-height must be '1.5' to avoid conflicts with Ladera */
text-align: left;
}

Expand Down

0 comments on commit 62aaf2a

Please sign in to comment.