From 32ce4d1a6b9014465b21f67c5f0cc0e9d579673d Mon Sep 17 00:00:00 2001 From: Josh Rogers Date: Thu, 14 May 2026 20:10:40 -0500 Subject: [PATCH] Align add-item form controls to consistent height Section dropdown and Add button were py-2.5 while QuantityInput uses py-2, causing a height mismatch. Normalized all controls in the second row to py-2 and capped the section dropdown width at max-w-36. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/frontend/src/routes/lists/[id]/+page.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/routes/lists/[id]/+page.svelte b/src/frontend/src/routes/lists/[id]/+page.svelte index 6d3880c..48fe46e 100644 --- a/src/frontend/src/routes/lists/[id]/+page.svelte +++ b/src/frontend/src/routes/lists/[id]/+page.svelte @@ -288,7 +288,7 @@ type="text" bind:value={newItemQuantityNote} placeholder="e.g. to taste" - class="w-36 rounded-lg border border-gray-300 px-2 py-2.5 text-sm focus:border-primary focus:outline-none" + class="w-36 rounded-lg border border-gray-300 px-2 py-2 text-sm focus:border-primary focus:outline-none" /> {:else} 0}