From: Andrew Dolgov Date: Thu, 1 Aug 2013 05:35:38 +0000 (+0400) Subject: show full article title in zoom mode X-Git-Tag: 1.10~50 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=22e2ea41662d4880e1fdad8d4056b954cd3067bd;p=tt-rss.git show full article title in zoom mode --- diff --git a/css/tt-rss.css b/css/tt-rss.css index e7514956..3392c3c7 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -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;