Skip to content

Commit b73b6da

Browse files
chore: style
1 parent 49cf6a3 commit b73b6da

File tree

2 files changed

+3
-3
lines changed
  • editor/app/(workbench)/[org]/[proj]/(console)/(resources)/ciam/portal

2 files changed

+3
-3
lines changed

editor/app/(workbench)/[org]/[proj]/(console)/(resources)/ciam/portal/[id]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export default function PortalPresetEditPage() {
292292
if (isLoading || !preset) {
293293
return (
294294
<main className="w-full h-full overflow-y-auto">
295-
<div className="container mx-auto max-w-7xl py-10 space-y-6">
295+
<div className="container mx-auto py-10 space-y-6">
296296
<Skeleton className="h-8 w-48" />
297297
<Skeleton className="h-64 w-full rounded-lg" />
298298
</div>
@@ -302,7 +302,7 @@ export default function PortalPresetEditPage() {
302302

303303
return (
304304
<main className="w-full h-full overflow-y-auto">
305-
<div className="container mx-auto max-w-7xl px-4">
305+
<div className="container mx-auto px-4">
306306
<header className="py-10 space-y-4">
307307
<Link
308308
href={basePath}

editor/app/(workbench)/[org]/[proj]/(console)/(resources)/ciam/portal/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function PortalPresetsPage() {
115115

116116
return (
117117
<main className="w-full h-full overflow-y-auto">
118-
<div className="container mx-auto max-w-screen-md">
118+
<div className="container mx-auto py-10">
119119
<header className="py-10 flex justify-between items-start">
120120
<div>
121121
<span className="flex items-center gap-2 text-2xl font-black select-none">

0 commit comments

Comments
 (0)