From 6487840b0a38482a96c00920e1ecc74712a75359 Mon Sep 17 00:00:00 2001 From: Imad Saddik Date: Sat, 3 Jan 2026 09:39:45 +0100 Subject: [PATCH] Pass missing style prop --- .../webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte | 1 + .../src/lib/components/app/chat/ChatMessages/ChatMessage.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte b/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte index d0cc31b0dd..d45e58c494 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte @@ -358,6 +358,7 @@ .class} overflow-hidden rounded-3xl backdrop-blur-md {disabled ? 'cursor-not-allowed opacity-60' : ''} {className}" + style={chatWidthClasses().style} data-slot="chat-form" >