From 051174c39e42d9cf24e0bc796338b351d552e197 Mon Sep 17 00:00:00 2001 From: Joschasa Date: Thu, 21 Mar 2013 20:35:10 +0100 Subject: [PATCH] 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 a6c51196..9fc52b20 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 { -- 2.39.5