From 4ccfc6331823c3498d4405db07f74fe1fe9d17a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 20 Feb 2024 13:47:37 +0100 Subject: [PATCH] fix(webui): Ellipsis properly limits overflow --- webui/src/lib/components/utils/Editable.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webui/src/lib/components/utils/Editable.svelte b/webui/src/lib/components/utils/Editable.svelte index 2202044..a4b4e4c 100644 --- a/webui/src/lib/components/utils/Editable.svelte +++ b/webui/src/lib/components/utils/Editable.svelte @@ -72,6 +72,10 @@