Skip to content

Commit

Permalink
Merge pull request #1767 from SpareBank1/EM1-2607-text-wrap-balance
Browse files Browse the repository at this point in the history
feat(ffe-core) bruk text-wrap pretty på paragrapher
  • Loading branch information
pethel authored Feb 5, 2024
2 parents 4e98fed + 1a76de7 commit 8622131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ffe-core/less/typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
margin-top: 0;
line-height: 1.5rem;
color: var(--ffe-g-text-color);
text-wrap: balance;
text-wrap: pretty;

&--text-center {
text-align: center;
Expand All @@ -276,7 +276,7 @@
font-variant-numeric: tabular-nums;
margin-top: 0;
margin-bottom: 1em;
text-wrap: balance;
text-wrap: pretty;
}

.ffe-lead-paragraph {
Expand Down

0 comments on commit 8622131

Please sign in to comment.