1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

filters dialog: do not break markup on long feed names

This commit is contained in:
Andrew Dolgov
2017-07-09 16:39:25 +03:00
parent b2d42e960b
commit be61f1c45c
2 changed files with 6 additions and 1 deletions

View File

@@ -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>";