Skip to content

Commit 78113dc

Browse files
committed
Use width more space
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent de618dd commit 78113dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/console/src/pages/organizations/OrganizationLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function OrganizationLayout() {
2828
"p-8 h-screen overflow-auto",
2929
controlMatch || frameworkMatch
3030
? "w-full"
31-
: "mx-auto w-lg md:w-xl lg:w-3xl xl:w-4xl 2xl:w-5xl"
31+
: "mx-auto w-2xl md:w-3xl lg:w-5xl xl:w-6xl 2xl:w-7xl"
3232
)}
3333
>
3434
<header className="flex shrink-0 items-center gap-2 mb-7">

0 commit comments

Comments
 (0)