You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.schedules/route.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ export default function Page() {
312
312
/>
313
313
<ResizablePanel
314
314
id="schedules-inspector"
315
-
min="100px"
315
+
min="400px"
316
316
default="500px"
317
317
className="overflow-hidden"
318
318
collapsible
@@ -321,7 +321,7 @@ export default function Page() {
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.waitpoints.tokens/route.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ export default function Page() {
248
248
/>
249
249
<ResizablePanel
250
250
id="waitpoint-tokens-inspector"
251
-
min="100px"
251
+
min="450px"
252
252
default="500px"
253
253
className="overflow-hidden"
254
254
collapsible
@@ -257,7 +257,7 @@ export default function Page() {
0 commit comments