File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
editor/app/(workbench)/[org]/[proj]/(console)/(resources)/ciam/portal Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments