Skip to content

Commit

Permalink
TCI-1169: increase read more heading line height (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
melwong-jcc authored Oct 13, 2023
1 parent 8b41594 commit 4479e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_patterns/02-molecules/read-more/_read-more.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h3.read-more__heading {
@include u-border(map-get($_config, rm-border-size), map-get($_config, rm-border));
@include u-font-size(body, map-get($_config, rm-text-size));
@include u-color(ink);
@include u-line-height(ui, 3);
@include u-line-height(ui, 4);
align-items: stretch;
justify-content: space-between;
border-radius: map-get($_config, rm-border-radius);
Expand Down

0 comments on commit 4479e76

Please sign in to comment.