From ec50a87d534e522bd7a90002207cbce986ab263c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Feb 2014 23:43:33 +0100 Subject: trim url in invalid feed modal, fix #450 --- css/feeds.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css') diff --git a/css/feeds.css b/css/feeds.css index 0516575fc..7c25435b4 100644 --- a/css/feeds.css +++ b/css/feeds.css @@ -257,6 +257,14 @@ button.action:hover { font-weight: bold; } + .failed .title { + width: 299px !important; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: inline-block !important; + } + .failed a:hover, .failed:hover a { background-color: #F2FF63 !important; -- cgit v1.2.3