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