From 82231ee124dfe611c9062cc5a62ec8ca7d9e711e Mon Sep 17 00:00:00 2001 From: Richie Date: Mon, 30 Mar 2026 20:58:23 +1100 Subject: [PATCH] WizardLayout: generous padding on detail-toggles layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added maxWidth: 1200px + mx: auto to constrain content width - Increased panel padding (px: 5 both sides) - Left 58% / right 42% split for better reading width - No longer edge-to-edge — content is readable and centered Co-Authored-By: Claude Opus 4.6 (1M context) --- .../templates/WizardLayout/WizardLayout.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/components/templates/WizardLayout/WizardLayout.tsx b/src/components/templates/WizardLayout/WizardLayout.tsx index 149a30b..0cf6523 100644 --- a/src/components/templates/WizardLayout/WizardLayout.tsx +++ b/src/components/templates/WizardLayout/WizardLayout.tsx @@ -263,14 +263,23 @@ const DetailTogglesLayout: React.FC<{ secondaryPanel?: React.ReactNode; backLink?: React.ReactNode; }> = ({ children, secondaryPanel, backLink }) => ( - + {/* Left panel — scrollable content */}