1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 18:49:15 +00:00

event log: simplify styles, prevent horizontal scrolling

sql logger: clip context length to 8kb
This commit is contained in:
Andrew Dolgov
2019-05-31 10:31:43 +03:00
parent 4a2836ea90
commit d36b64d8a7
10 changed files with 52 additions and 33 deletions

View File

@@ -132,7 +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 */
-moz-user-select: none;
text-overflow: ellipsis;
}