feat(wizard): expand step 3 container to max-w-screen-2xl
Some checks failed
Staging Build / build (push) Failing after 16m18s

This commit is contained in:
DanielS
2026-07-14 15:24:29 +02:00
parent 5a2afd8600
commit c30505de05

View File

@@ -665,7 +665,7 @@ export function OrderWizard({
}
return (
<div className="max-w-5xl mx-auto px-4">
<div className={`mx-auto px-4 ${step === 3 ? 'max-w-screen-2xl' : 'max-w-5xl'}`}>
{/* Global Stepper for Steps 1, 2, 4 */}
{step !== 3 && (
<div className="pt-12 pb-6">