From 61f84a86ac042215db0d9ead06c157cd1102ccec Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 24 Apr 2026 19:48:47 +0200 Subject: [PATCH] fix(forms): apply py-3 to location input for consistent 44px height Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/document/WhoWhenSection.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/document/WhoWhenSection.svelte b/frontend/src/lib/components/document/WhoWhenSection.svelte index d315be42..c8d03e24 100644 --- a/frontend/src/lib/components/document/WhoWhenSection.svelte +++ b/frontend/src/lib/components/document/WhoWhenSection.svelte @@ -112,7 +112,7 @@ $effect(() => { name="location" value={initialLocation} placeholder={m.form_placeholder_location()} - class="block w-full rounded border border-line p-2 text-sm shadow-sm focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring" + class="block w-full rounded border border-line px-2 py-3 text-sm shadow-sm focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring" />