Skip to content

Commit e302393

Browse files
committed
Default wider side panel to better view markdown
1 parent 01193aa commit e302393

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const resizableSettings = {
119119
},
120120
inspector: {
121121
id: "inspector",
122-
default: "430px" as const,
122+
default: "500px" as const,
123123
min: "50px" as const,
124124
},
125125
},

0 commit comments

Comments
 (0)