From fb92572f6830841c300a6397a2e20c908bbad27a Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 26 Jul 2022 17:14:14 -0700 Subject: [PATCH] Fix add_filter_select max width. --- frontends/bringrss_flask/templates/feed_settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/bringrss_flask/templates/feed_settings.html b/frontends/bringrss_flask/templates/feed_settings.html index 3595253..cab38df 100644 --- a/frontends/bringrss_flask/templates/feed_settings.html +++ b/frontends/bringrss_flask/templates/feed_settings.html @@ -80,9 +80,9 @@ h1:first-child { align-self: center; } -#filters #add_filter_select +#filters_group #add_filter_select { - width: 200px; + max-width: 400px; } #filter_rearrange_guideline {