From cea23e6f2e93b004eec87fda25f827cb426435c3 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 15 Apr 2024 13:13:07 +0200 Subject: [PATCH] fix: add word-break to fix hyphenation on iOS Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index be5a232..09b457a 100644 --- a/styles.css +++ b/styles.css @@ -333,6 +333,7 @@ h4 { position: relative; margin-bottom: var(--box-padding); hyphens: auto; + word-break: break-word; } .mi-main a,