Skip to content

Commit b96b9eb

Browse files
committed
Fixed deployed page panel widths
1 parent e4712f4 commit b96b9eb

File tree

1 file changed

+3
-3
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.deployments

1 file changed

+3
-3
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.deployments/route.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ export default function Page() {
396396
/>
397397
<ResizablePanel
398398
id="deployments-inspector"
399-
default="500px"
400-
min="300px"
399+
default="400px"
400+
min="400px"
401401
max="800px"
402402
className="overflow-hidden"
403403
collapsible
@@ -406,7 +406,7 @@ export default function Page() {
406406
collapsedSize="0px"
407407
collapseAnimation={RESIZABLE_PANEL_ANIMATION}
408408
>
409-
<div className="h-full" style={{ minWidth: 300 }}>
409+
<div className="h-full" style={{ minWidth: 400 }}>
410410
<Outlet />
411411
</div>
412412
</ResizablePanel>

0 commit comments

Comments
 (0)