]> git.wh0rd.org - tt-rss.git/commitdiff
show full article title in zoom mode
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 1 Aug 2013 05:35:38 +0000 (09:35 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 1 Aug 2013 05:35:38 +0000 (09:35 +0400)
css/tt-rss.css

index e7514956fff305c740e33a50bfe1557ec9a9f651..3392c3c7ae3035d452e6e93f98810fe86ca69ca9 100644 (file)
@@ -1026,6 +1026,10 @@ body#ttrssZoom div.postHeader div.postDate {
        font-size : 10px;
 }
 
+body#ttrssZoom div.postHeader div.postTitle {
+       white-space : normal;
+}
+
 body#ttrssZoom div.postContent p {
        max-width : 650px;
        text-align : justify;