From dca544c5aad745510f5e6d558e04c2d1a631fe8b Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 18 May 2025 22:49:05 +0200 Subject: [PATCH] fixed style --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index c5c301f..c394347 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -30,6 +30,11 @@ fieldset { padding: 1em; } +fieldset input[type="text"] { + flex-grow: 1; + max-width: 36ch; +} + button { padding: 0.5em 1em; cursor: pointer;