Workaround for drag and drop in Firefox

It is just a temporary workaround, as *.map isn't updated.
master
Greg-T 6 years ago
parent 2c2f74a104
commit d1252513ea

@ -1762,6 +1762,7 @@ body.ttrss_utility.share_popup .content {
} }
.flat .dijitTree .dijitTreeRow { .flat .dijitTree .dijitTreeRow {
overflow: hidden; 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; text-overflow: ellipsis;
} }
.flat label.dijitButton { .flat label.dijitButton {

Loading…
Cancel
Save