summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-18 11:58:47 +0300
committerAndrew Dolgov <[email protected]>2018-12-18 11:58:47 +0300
commitdf00ebb1e2f79e07ddfb619a647391ee680ed253 (patch)
treebb839ed2092a98b0c815040f2cc4650ee68deaf2 /themes/night.css
parent83930969474fddfaebceadf12e0a8a3bf8304d8b (diff)
filter tree: properly display huge multiline rules
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index e07333bb0..a867019a2 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1486,6 +1486,9 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
+body.ttrss_prefs #filterTree .filterRules * {
+ white-space: normal;
+}
body.ttrss_prefs table.prefPluginsList td label,
body.ttrss_prefs table.prefUserList td {
cursor: pointer;