summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/feeds.css8
1 files changed, 8 insertions, 0 deletions
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;