We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b0521 commit 9246aa0Copy full SHA for 9246aa0
src/lib/components/logs/LogContainer.svelte
@@ -59,7 +59,7 @@
59
60
<ExecutionListener {apiProps} {flowId} bind:allExecutions/>
61
62
-<NodeDrawer horizontalAlign="right" width="70%" height="70%" {isOpen} innerClass="flex flex-col justify-between">
+<NodeDrawer horizontalAlign="right" width="80%" height="80%" {isOpen} innerClass="flex flex-col justify-between">
63
{#await initialPromise}
64
<div>Loading logs...</div>
65
{:then _}
0 commit comments