From dc0ba449916ec7533bee5f68ec750cbf4acc33c2 Mon Sep 17 00:00:00 2001 From: Imad Saddik Date: Sun, 14 Dec 2025 21:11:04 +0100 Subject: [PATCH] Fixed the indentation --- .../app/chat/ChatSettings/ChatSettingsDialog.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsDialog.svelte b/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsDialog.svelte index 8918453474..cd4a8cf3c6 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsDialog.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsDialog.svelte @@ -53,10 +53,10 @@ ] }, { - key: 'responsiveChatWidth', - label: 'Responsive chat width', - type: 'checkbox' - }, + key: 'responsiveChatWidth', + label: 'Responsive chat width', + type: 'checkbox' + }, { key: 'showMessageStats', label: 'Show message generation statistics',