We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de618dd commit 78113dcCopy full SHA for 78113dc
apps/console/src/pages/organizations/OrganizationLayout.tsx
@@ -28,7 +28,7 @@ export default function OrganizationLayout() {
28
"p-8 h-screen overflow-auto",
29
controlMatch || frameworkMatch
30
? "w-full"
31
- : "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"
32
)}
33
>
34
<header className="flex shrink-0 items-center gap-2 mb-7">
0 commit comments