diff --git a/apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css b/apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css index e43492e4c..d6e80f428 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css +++ b/apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css @@ -7,7 +7,11 @@ .heading { color: var(--Text-Heading); + overflow-wrap: break-word; + word-break: break-word; + hyphens: auto; } + .text { color: var(--Text-Default); }