From: Frédéric Péters Date: Wed, 23 Feb 2022 20:56:03 +0000 (+0100) Subject: add a legacy overflow-wrap property for calendar cells X-Git-Tag: v2023~28 X-Git-Url: https://git.0d.be/?p=panikweb-studioneau.git;a=commitdiff_plain;h=394b91108defa8a52d503ea33aea8754d71407c8 add a legacy overflow-wrap property for calendar cells (safari doesn't implement overflow-wrap: anywhere;) --- diff --git a/panikweb_studioneau/static/css/style.scss b/panikweb_studioneau/static/css/style.scss index 7986770..f54708b 100644 --- a/panikweb_studioneau/static/css/style.scss +++ b/panikweb_studioneau/static/css/style.scss @@ -1010,6 +1010,7 @@ a.back { } span { word-break: normal; + overflow-wrap: break-word; overflow-wrap: anywhere; hyphens: auto; }