]> git.0d.be Git - panikweb-studioneau.git/commitdiff
add a legacy overflow-wrap property for calendar cells
authorFrédéric Péters <fpeters@0d.be>
Wed, 23 Feb 2022 20:56:03 +0000 (21:56 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 23 Feb 2022 20:56:49 +0000 (21:56 +0100)
(safari doesn't implement overflow-wrap: anywhere;)

panikweb_studioneau/static/css/style.scss

index 7986770796a474fe94b4ebfda6f7d83d3bb3d04a..f54708b9c8538c895235dce7d7420528faa8ca63 100644 (file)
@@ -1010,6 +1010,7 @@ a.back {
                }
                span {
                        word-break: normal;
+                       overflow-wrap: break-word;
                        overflow-wrap: anywhere;
                        hyphens: auto;
                }