diff --git a/tt-rss.css b/tt-rss.css
index dec14794644f9d68ac2abfd5a8946020e78bf0bb..565be97f946710e0a742d1abbf4e194ac4e6e996 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1067,3 +1067,8 @@ div.hl.active {
 	min-width : 23px;
 }
 
+#feedTree .dijitTreeRow {
+	max-width: 100%;
+	overflow: hidden;
+	text-overflow: ellipsis;
+}