From b172d0f0a349e90f40da12b7d2129d61a35461fc Mon Sep 17 00:00:00 2001 From: Guilhem Date: Mon, 27 Jan 2025 17:25:41 +0100 Subject: [PATCH] fix(frontend): make argInput indent optional (#5144) --- frontend/src/lib/components/ArgInput.svelte | 3 +- frontend/src/lib/components/SchemaForm.svelte | 86 ++++++++++--------- 2 files changed, 46 insertions(+), 43 deletions(-) diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index c073eb2fcd..ce6abe8e5f 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -354,8 +354,9 @@
+
+ +
{/if}