From fcabf5ebda58cd787e8b89b8b7478ca50fe0f9e5 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 15 Apr 2024 13:13:07 +0200 Subject: [PATCH] fix: add -webkit- prefix for hyphens https://caniuse.com/?search=hyphens --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index be5a232..05c68a7 100644 --- a/styles.css +++ b/styles.css @@ -333,6 +333,7 @@ h4 { position: relative; margin-bottom: var(--box-padding); hyphens: auto; + -webkit-hyphens: auto; } .mi-main a,