Skip to content

Commit

Permalink
fix(cxl-lumo-styles): improve header text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Aug 12, 2024
1 parent 52061ba commit 0da7fb5
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 0da7fb5

Please sign in to comment.