From 94df37e014b984ea99e14c9053b8345ac5014b42 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:12:46 +0000 Subject: [PATCH 1/2] Initial plan From 35193917d83afaccf46bc50e298982a9d0d4efae Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:17:45 +0000 Subject: [PATCH 2/2] Add spacing between input fields in form Co-authored-by: lkiesow <1008395+lkiesow@users.noreply.github.com> --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index fcae167..3a74bbb 100644 --- a/index.css +++ b/index.css @@ -41,6 +41,7 @@ input, select { #selector { display: grid; grid-template-columns: 180px auto; + row-gap: 10px; } pre {