mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 03:11:28 +00:00
feedtree: fix for long feed titles making counters invisible
This commit is contained in:
@@ -1067,6 +1067,15 @@ body#ttrssMain.claro #feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
|
||||
border-right-color : white;
|
||||
}
|
||||
|
||||
body#ttrssMain #feedTree.dijitTree .dijitTreeContainer {
|
||||
max-width : 100%;
|
||||
}
|
||||
|
||||
body#ttrssMain #feedTree.dijitTree .dijitTreeRow {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
body#ttrssMain #feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
|
||||
padding : 2px 0px 2px;
|
||||
height : 22px;
|
||||
|
||||
Reference in New Issue
Block a user