Merge branch 'master' of Greg-T/tt-rss into master

This commit is contained in:
fox 2019-05-23 10:00:40 +00:00 committed by Gogs
commit 4a2836ea90
2 changed files with 2 additions and 0 deletions

View File

@ -1762,6 +1762,7 @@ body.ttrss_utility.share_popup .content {
}
.flat .dijitTree .dijitTreeRow {
overflow: hidden;
-moz-user-select: none; /* TODO: temporary workaround for bug: https://discourse.tt-rss.org/t/is-it-possible-to-create-a-hierarchy-of-categories/876/13 */
text-overflow: ellipsis;
}
.flat label.dijitButton {

View File

@ -132,6 +132,7 @@
.dijitTreeRow {
overflow: hidden;
-moz-user-select: none; /* TODO: temporary workaround for bug: https://discourse.tt-rss.org/t/is-it-possible-to-create-a-hierarchy-of-categories/876/13 */
text-overflow: ellipsis;
}