1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 15:09:15 +00:00

Workaround for drag and drop in Firefox

It is just a temporary workaround, as *.map isn't updated.
This commit is contained in:
Greg-T
2019-05-23 09:23:53 +00:00
parent 2c2f74a104
commit d1252513ea

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 {