From 051174c39e42d9cf24e0bc796338b351d552e197 Mon Sep 17 00:00:00 2001 From: Joschasa Date: Thu, 21 Mar 2013 20:35:10 +0100 Subject: Don't wrap feed title in "normal" mode. --- tt-rss.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tt-rss.css b/tt-rss.css index a6c511967..9fc52b209 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -485,6 +485,7 @@ div.hlFeed, div.hlFeed a { color : gray; font-style : italic; font-weight : normal; + white-space: nowrap; } div.hlFeed a:hover { -- cgit v1.2.3