From 78113dc0dba5d7b6b94c5626600ace781eeac517 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 25 Apr 2025 00:37:39 -0700 Subject: [PATCH] Use width more space Signed-off-by: Bryan Frimin --- apps/console/src/pages/organizations/OrganizationLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/pages/organizations/OrganizationLayout.tsx b/apps/console/src/pages/organizations/OrganizationLayout.tsx index eb74d5ea4..11ca08d7b 100644 --- a/apps/console/src/pages/organizations/OrganizationLayout.tsx +++ b/apps/console/src/pages/organizations/OrganizationLayout.tsx @@ -28,7 +28,7 @@ export default function OrganizationLayout() { "p-8 h-screen overflow-auto", controlMatch || frameworkMatch ? "w-full" - : "mx-auto w-lg md:w-xl lg:w-3xl xl:w-4xl 2xl:w-5xl" + : "mx-auto w-2xl md:w-3xl lg:w-5xl xl:w-6xl 2xl:w-7xl" )} >