From 4d59d0418797104db7b3515a79c11cfdc0248cdb Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Tue, 6 Sep 2022 22:53:45 +0200 Subject: [PATCH] Fix field margin issues --- ts/editor/EditorField.svelte | 54 ++++++++++++++++++----------------- ts/editor/FieldsEditor.svelte | 6 ++++ 2 files changed, 34 insertions(+), 26 deletions(-) diff --git a/ts/editor/EditorField.svelte b/ts/editor/EditorField.svelte index f87104cd4..384d8e3d3 100644 --- a/ts/editor/EditorField.svelte +++ b/ts/editor/EditorField.svelte @@ -85,34 +85,36 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html onDestroy(() => api?.destroy()); - +
+ - -
- +
- {#if flipInputs} - - - {:else} - - - {/if} - -
- + + {#if flipInputs} + + + {:else} + + + {/if} + +
+
+