diff --git a/ts/components/ConfigInput.svelte b/ts/components/ConfigInput.svelte index e74c3d2fac3..b3ad848b25b 100644 --- a/ts/components/ConfigInput.svelte +++ b/ts/components/ConfigInput.svelte @@ -6,15 +6,13 @@ const rtl: boolean = window.getComputedStyle(document.body).direction == "rtl"; export let grow = true; - let width = 0;
-
+
@@ -23,7 +21,8 @@