From c30505de05da02692f1fe26db3684199b43cb99c Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 14 Jul 2026 15:24:29 +0200 Subject: [PATCH] feat(wizard): expand step 3 container to max-w-screen-2xl --- shop/components/order-wizard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index 9920de6..0e5e669 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -665,7 +665,7 @@ export function OrderWizard({ } return ( -
+
{/* Global Stepper for Steps 1, 2, 4 */} {step !== 3 && (