mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +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>";
|
||||
|
||||
Reference in New Issue
Block a user