From 22e2ea41662d4880e1fdad8d4056b954cd3067bd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Aug 2013 09:35:38 +0400 Subject: show full article title in zoom mode --- css/tt-rss.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/tt-rss.css') diff --git a/css/tt-rss.css b/css/tt-rss.css index e7514956f..3392c3c7a 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; -- cgit v1.2.3