From 50cb75706b73c7349e48956a2e8556b0a2de1e24 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Fri, 3 Feb 2023 13:57:50 +0100 Subject: [PATCH] fix(editor): Workflow executions view is broken (#5341) fix(editor): WF level execution layout --- .../editor-ui/src/components/ExecutionsView/ExecutionsList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue index 64faf60e55..c0246589d8 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue @@ -669,6 +669,7 @@ export default mixins( .container { display: flex; height: 100%; + width: 100%; } .content {