fix(SW-2621): Breaking too long words on heading inside destination city pages
Approved-by: Matilda Landström
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
|
||||
.heading {
|
||||
color: var(--Text-Heading);
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.text {
|
||||
color: var(--Text-Default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user