From 7a8abbe0a94523aab0fab6cf878b3d04fb9e978d Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 13 Dec 2024 14:46:10 +0100 Subject: [PATCH] Lib: Disable input label text wrapping --- src/lib/components/Input.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Input.svelte b/src/lib/components/Input.svelte index 01e4b6d..fca7b5f 100644 --- a/src/lib/components/Input.svelte +++ b/src/lib/components/Input.svelte @@ -3,7 +3,7 @@
-
+
{@render children()}