Skip to content

Commit 9246aa0

Browse files
committed
chore(logs): increase width and height to 80%
Bumping the limit will allow users to see entire pages of no-op executions without resizing the panel.
1 parent a9b0521 commit 9246aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/logs/LogContainer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<ExecutionListener {apiProps} {flowId} bind:allExecutions/>
6161

62-
<NodeDrawer horizontalAlign="right" width="70%" height="70%" {isOpen} innerClass="flex flex-col justify-between">
62+
<NodeDrawer horizontalAlign="right" width="80%" height="80%" {isOpen} innerClass="flex flex-col justify-between">
6363
{#await initialPromise}
6464
<div>Loading logs...</div>
6565
{:then _}

0 commit comments

Comments
 (0)