From 754966c8ba48d54e156667553ac96d40e41be224 Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 19 Jul 2026 22:00:37 +0000 Subject: [PATCH] =?UTF-8?q?fix(checkout):=20match=20E-Mail/Stra=C3=9Fe=20f?= =?UTF-8?q?ield=20width=20to=20Vorname's=20half-row=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 5 --- app/checkout/components/CheckoutContent.tsx | 24 +++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/app/checkout/components/CheckoutContent.tsx b/app/checkout/components/CheckoutContent.tsx index c776f06..38e80b6 100644 --- a/app/checkout/components/CheckoutContent.tsx +++ b/app/checkout/components/CheckoutContent.tsx @@ -45,10 +45,11 @@ function StepCircle({ state, number }: { state: "done" | "active" | "upcoming"; function FormField({ label, + wrapperClassName = "flex-1 min-w-0", ...props -}: { label: string } & React.InputHTMLAttributes) { +}: { label: string; wrapperClassName?: string } & React.InputHTMLAttributes) { return ( -