From ff4eb7bc5a3cbf497c8ca11bc50ed4b70d541676 Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:32:43 +0000 Subject: [PATCH] fixing issues from latest merge - handle religned to prevent card from growing - spacing improved with modal cards - automations closed by default - background and border added to header to improve structure --- .../FlowChart/ActionModal.svelte | 2 +- .../FlowChart/BranchNode.svelte | 4 ++-- .../FlowChart/FlowChart.svelte | 2 ++ .../FlowChart/FlowItem.svelte | 20 ++++++++++++++----- .../CreateAutomationModal.svelte | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte index cc38052f8c..eaec3386fb 100644 --- a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte +++ b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte @@ -221,7 +221,7 @@