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 {
|
.heading {
|
||||||
color: var(--Text-Heading);
|
color: var(--Text-Heading);
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
color: var(--Text-Default);
|
color: var(--Text-Default);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user