Skip to content

Commit

Permalink
Merge pull request #429 from conversionxl/anoblet/fix/text-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Aug 12, 2024
2 parents 52061ba + 0da7fb5 commit c1f7724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cxl-lumo-styles/scss/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ h6 {
font-family: var(--cxl-lumo-font-ternary);
font-weight: 400;
line-height: var(--cxl-lumo-line-height-xs);
word-break: break-word;
text-wrap: balance;
text-wrap: pretty;
word-break: auto-phrase;
}

h1 {
Expand Down

0 comments on commit c1f7724

Please sign in to comment.