From ad045c7974437fefabbb48e104463dd5e9f2a0ac Mon Sep 17 00:00:00 2001 From: Lauren Zugai Date: Fri, 23 Jan 2026 18:01:44 -0600 Subject: [PATCH] fix(css): Adjust split layout width Because: * Not having an explicit width on the split layout content is causing content sizing variations depending on how long the headline is This commit: * Adds an explicit width at desktop and above and moves padding/margin inward to better match the existing .card component fixes FXA-12794 --- packages/fxa-settings/src/components/AppLayout/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fxa-settings/src/components/AppLayout/index.tsx b/packages/fxa-settings/src/components/AppLayout/index.tsx index 38fb82cd542..75b4d938aaf 100644 --- a/packages/fxa-settings/src/components/AppLayout/index.tsx +++ b/packages/fxa-settings/src/components/AppLayout/index.tsx @@ -187,8 +187,8 @@ export const AppLayout = ({ } />
-
-
+
+
{loading ? ( ) : (