From a352d85b0ba4756226b98032e0879a9f91bb20e4 Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Tue, 6 Feb 2024 18:34:35 +0100 Subject: [PATCH] fix(frontend): fix toggles margins (#3165) --- .../src/lib/components/ScheduleEditorInner.svelte | 8 ++++++-- .../inputEditor/StaticInputEditor.svelte | 2 +- .../components/flows/content/FlowSettings.svelte | 1 + .../flows/map/FlowErrorHandlerItem.svelte | 14 ++++++-------- frontend/src/lib/components/home/ItemsList.svelte | 3 +-- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/frontend/src/lib/components/ScheduleEditorInner.svelte b/frontend/src/lib/components/ScheduleEditorInner.svelte index f1f15e370b..44ee2b72a6 100644 --- a/frontend/src/lib/components/ScheduleEditorInner.svelte +++ b/frontend/src/lib/components/ScheduleEditorInner.svelte @@ -520,10 +520,14 @@ /> {/if} {#if itemKind == 'flow'} - + {/if} {#if itemKind == 'script'} -
+
Currently, overlapping scripts' executions is not supported. The next execution will be scheduled only after the previous iteration has completed. {:else if fieldType === 'boolean'} - + {:else if fieldType === 'select' && selectOptions}