]> git.0d.be Git - panikweb.git/commitdiff
css: ellipsize very long words
authorFrédéric Péters <fpeters@0d.be>
Sun, 24 Jun 2018 19:05:15 +0000 (21:05 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 24 Jun 2018 19:05:15 +0000 (21:05 +0200)
panikweb_templates/static/css/_specifics.scss

index 1433e2900fd2a301027c4f7e1b7a86c82e02fcaa..af14ae0e8f363ab5c91f49157c646d2722af55d2 100644 (file)
@@ -2079,3 +2079,9 @@ div.programCell a.playlist {
        user-select: none;
        cursor: default;
 }
+
+article p,
+.description {
+       overflow: hidden;
+       text-overflow: ellipsis;
+}