diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-05-31 10:31:43 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-05-31 10:31:43 +0300 |
| commit | d36b64d8a7423c2dd0e9153e1961c99cca007ca5 (patch) | |
| tree | f9d2eaf11554397c44d42137806e458c157cba1f /css/dijit_basic.less | |
| parent | 4a2836ea90c4c471029d189a8c9fe5ec10a9521b (diff) | |
event log: simplify styles, prevent horizontal scrolling
sql logger: clip context length to 8kb
Diffstat (limited to 'css/dijit_basic.less')
| -rw-r--r-- | css/dijit_basic.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/dijit_basic.less b/css/dijit_basic.less index 4609333c4..a00cc5e59 100644 --- a/css/dijit_basic.less +++ b/css/dijit_basic.less @@ -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; } |