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 ( -