1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 11:57:11 +00:00

filter tree: properly display huge multiline rules

This commit is contained in:
Andrew Dolgov
2018-12-18 11:58:47 +03:00
parent 8393096947
commit df00ebb1e2
7 changed files with 16 additions and 3 deletions

View File

@@ -1485,6 +1485,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;