feat(wizard): expand step 3 container to max-w-screen-2xl
Some checks failed
Staging Build / build (push) Failing after 16m18s
Some checks failed
Staging Build / build (push) Failing after 16m18s
This commit is contained in:
@@ -665,7 +665,7 @@ export function OrderWizard({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
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 */}
|
{/* Global Stepper for Steps 1, 2, 4 */}
|
||||||
{step !== 3 && (
|
{step !== 3 && (
|
||||||
<div className="pt-12 pb-6">
|
<div className="pt-12 pb-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user