File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ export default function Page() {
286
286
setResizableRunSettings ( document , layout ) ;
287
287
} }
288
288
>
289
- < ResizablePanel order = { 1 } minSize = { 30 } defaultSize = { resizeSettings . layout ?. [ 0 ] ?? 65 } >
289
+ < ResizablePanel order = { 1 } minSize = { 30 } defaultSize = { resizeSettings . layout ?. [ 0 ] ?? 70 } >
290
290
< TasksTreeView
291
291
selectedId = { selectedSpanId }
292
292
key = { events [ 0 ] ?. id ?? "-" }
@@ -311,7 +311,7 @@ export default function Page() {
311
311
</ ResizablePanel >
312
312
< ResizableHandle withHandle />
313
313
{ selectedSpanId && (
314
- < ResizablePanel order = { 2 } minSize = { 25 } defaultSize = { resizeSettings . layout ?. [ 1 ] ?? 35 } >
314
+ < ResizablePanel order = { 2 } minSize = { 25 } defaultSize = { resizeSettings . layout ?. [ 1 ] ?? 30 } >
315
315
< SpanView
316
316
runParam = { run . friendlyId }
317
317
spanId = { selectedSpanId }
You can’t perform that action at this time.
0 commit comments