Merge pull request #183 from levito/patch-2
keep counterNode always visible when feedTree rows get longer
This commit is contained in:
commit
3baca85314
|
@ -1067,3 +1067,8 @@ div.hl.active {
|
||||||
min-width : 23px;
|
min-width : 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#feedTree .dijitTreeRow {
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue