From: Frédéric Péters Date: Mon, 7 Mar 2022 09:39:05 +0000 (+0100) Subject: add webkit specific property for hyphens X-Git-Tag: v2023~22 X-Git-Url: https://git.0d.be/?p=panikweb-studioneau.git;a=commitdiff_plain;h=d3e1dc818300181b1076532010e5bcf956f9babb add webkit specific property for hyphens --- diff --git a/panikweb_studioneau/static/css/style.scss b/panikweb_studioneau/static/css/style.scss index 86e60a5..757c82c 100644 --- a/panikweb_studioneau/static/css/style.scss +++ b/panikweb_studioneau/static/css/style.scss @@ -1017,6 +1017,7 @@ a.back { word-break: normal; overflow-wrap: break-word; overflow-wrap: anywhere; + -webkit-hyphens: auto; hyphens: auto; } }