]> git.wh0rd.org Git - tt-rss.git/commitdiff
use text-overflow in floatingTitle
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:44:20 +0000 (22:44 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:44:20 +0000 (22:44 +0400)
css/cdm.css

index f851138184a0ea096b9efdace592b74d8e575996..830576dcbe746c814f61f62f8991d6c749e15604 100644 (file)
@@ -238,6 +238,7 @@ div#floatingTitle > * {
 div#floatingTitle span.titleWrap {
        max-width : 200px;
        overflow : hidden;
+       text-overflow : ellipsis;
 }
 
 div#floatingTitle img {