mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
filter tree: properly display huge multiline rules
This commit is contained in:
@@ -1485,6 +1485,9 @@ body.ttrss_prefs .user-css-editor {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
width: 575px;
|
width: 575px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_prefs #filterTree .filterRules * {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
body.ttrss_prefs table.prefPluginsList td label,
|
body.ttrss_prefs table.prefPluginsList td label,
|
||||||
body.ttrss_prefs table.prefUserList td {
|
body.ttrss_prefs table.prefUserList td {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -76,6 +76,10 @@ body.ttrss_prefs {
|
|||||||
width : 575px;
|
width : 575px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filterTree .filterRules * {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
table.prefPluginsList td label, table.prefUserList td {
|
table.prefPluginsList td label, table.prefUserList td {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1486,6 +1486,9 @@ body.ttrss_prefs .user-css-editor {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
width: 575px;
|
width: 575px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_prefs #filterTree .filterRules * {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
body.ttrss_prefs table.prefPluginsList td label,
|
body.ttrss_prefs table.prefPluginsList td label,
|
||||||
body.ttrss_prefs table.prefUserList td {
|
body.ttrss_prefs table.prefUserList td {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1486,6 +1486,9 @@ body.ttrss_prefs .user-css-editor {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
width: 575px;
|
width: 575px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_prefs #filterTree .filterRules * {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
body.ttrss_prefs table.prefPluginsList td label,
|
body.ttrss_prefs table.prefPluginsList td label,
|
||||||
body.ttrss_prefs table.prefUserList td {
|
body.ttrss_prefs table.prefUserList td {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user