fix(SW-2692): Added hyphens:auto and text-wrap:balance to tackle long words
Approved-by: Matilda Landström
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
.heading {
|
||||
color: var(--Text-Heading);
|
||||
margin-top: var(--Space-x3);
|
||||
text-wrap: balance;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.h1,
|
||||
|
||||
Reference in New Issue
Block a user