From ad7feeb258eafc6d5571906fbb9e30c80dd07472 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 2 Mar 2014 23:38:17 +0100 Subject: Fix titles:hover on mobile See https://github.com/marienfressinaud/FreshRSS/issues/385 and https://github.com/marienfressinaud/FreshRSS/issues/320 --- p/themes/template/template.css | 1 + 1 file changed, 1 insertion(+) diff --git a/p/themes/template/template.css b/p/themes/template/template.css index 7b2401a18..eb474016e 100644 --- a/p/themes/template/template.css +++ b/p/themes/template/template.css @@ -605,6 +605,7 @@ a.btn { .flux:not(.current):hover .item.title { position: relative; width: auto; + white-space: nowrap; } #notification, -- cgit v1.2.3