diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index be5742204b..6ce64a2de6 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -307,7 +307,7 @@ bind:this={editor} lang="sql" bind:code={value} - class="two-lines-editor" + class="few-lines-editor" on:change={async () => { dispatch('input', { rawValue: value, isRaw: false }) }}