From cb81b80b547ce8b4cf9f8671e89e8dd1e8564df8 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 14 Mar 2024 16:47:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=F0=9F=92=84=20=E2=80=94=20Fix=20au?= =?UTF-8?q?to-refresh=20form=20+=20limit=20delay=20input=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argos/server/static/styles.css | 3 +++ argos/server/templates/index.html | 2 ++ 2 files changed, 5 insertions(+) diff --git a/argos/server/static/styles.css b/argos/server/static/styles.css index e4e5764..1808ec8 100644 --- a/argos/server/static/styles.css +++ b/argos/server/static/styles.css @@ -25,3 +25,6 @@ code { #refresh-form { margin-bottom: 0; } +#refresh-delay { + max-width: 120px; +} diff --git a/argos/server/templates/index.html b/argos/server/templates/index.html index 93ee3dc..9ee16de 100644 --- a/argos/server/templates/index.html +++ b/argos/server/templates/index.html @@ -13,6 +13,7 @@