1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

prevent horizontal scrolling in filter editor dialog if rules are very long

This commit is contained in:
Andrew Dolgov
2020-11-27 12:27:12 +03:00
parent 8479421da4
commit d1ee30d1ba
8 changed files with 47 additions and 8 deletions
+10 -2
View File
@@ -20,8 +20,16 @@
top : -1px;
}
#filterDlg_Matches span.filterRule {
color: green;
#filterDlg_Matches {
.filterRule {
color: green;
word-break : break-all;
.field, .feed {
word-break : break-word;
font-style : italic;
}
}
}
#filterTree .filterRules li.inverse,