From e31637f04c764afcf5eef5ccca85d79093094c52 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 14 Apr 2024 15:11:57 -0700 Subject: [PATCH] Embiggen filter name box. --- frontends/bringrss_flask/templates/filters.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontends/bringrss_flask/templates/filters.html b/frontends/bringrss_flask/templates/filters.html index aa27ab8..36413f1 100644 --- a/frontends/bringrss_flask/templates/filters.html +++ b/frontends/bringrss_flask/templates/filters.html @@ -63,6 +63,10 @@ h2:first-child { background-color: pink; } +.filter .set_name_input +{ + width: 32em; +} .filter textarea { min-width: 300px;