mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
filters dialog: do not break markup on long feed names
This commit is contained in:
@@ -1003,7 +1003,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
print "<span id='filterDlg_feeds'>";
|
||||
print_feed_multi_select("feed_id",
|
||||
$feed_id,
|
||||
'dojoType="dijit.form.MultiSelect" style="height : 150px"');
|
||||
'dojoType="dijit.form.MultiSelect"');
|
||||
print "</span>";
|
||||
|
||||
print "</div>";
|
||||
|
||||
@@ -1094,6 +1094,11 @@ body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
|
||||
top : -2px;
|
||||
}
|
||||
|
||||
#filterDlg_feeds select {
|
||||
height : 150px;
|
||||
width : 410px;
|
||||
}
|
||||
|
||||
ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
|
||||
margin-right : 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user