]> git.0d.be Git - panikweb.git/commitdiff
css: allow breaking long words in links
authorFrédéric Péters <fpeters@0d.be>
Tue, 30 Nov 2021 09:56:07 +0000 (10:56 +0100)
committerFrédéric Péters <fpeters@0d.be>
Tue, 30 Nov 2021 09:56:07 +0000 (10:56 +0100)
panikweb/static/css/_general.scss

index f431f1f166b9093e2128e880d06c487a3b86c43a..81a6b90f4836a57d77b2fe4ad7d43642f576d6de 100644 (file)
@@ -26,6 +26,7 @@ audio {
 a {
        color:inherit;
        text-decoration: none;
+       overflow-wrap: break-word;
 }
 .userContent a:hover {
     text-decoration: underline;