1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 07:49:16 +00:00

Merge pull request #183 from levito/patch-2

keep counterNode always visible when feedTree rows get longer
This commit is contained in:
Andrew Dolgov
2013-05-08 21:31:25 -07:00

View File

@@ -1067,3 +1067,8 @@ div.hl.active {
min-width : 23px;
}
#feedTree .dijitTreeRow {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}