From 604e8e5713b00318a682d95dba3a722e93ef9d73 Mon Sep 17 00:00:00 2001 From: Vukasin Date: Thu, 22 May 2025 23:50:12 +0200 Subject: [PATCH] fix: responsive chat input --- .../src/components/thread/chat-input/file-upload-handler.tsx | 2 +- frontend/src/components/thread/chat-input/model-selector.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/thread/chat-input/file-upload-handler.tsx b/frontend/src/components/thread/chat-input/file-upload-handler.tsx index 9f37fa03..0ca9b0f5 100644 --- a/frontend/src/components/thread/chat-input/file-upload-handler.tsx +++ b/frontend/src/components/thread/chat-input/file-upload-handler.tsx @@ -216,7 +216,7 @@ export const FileUploadHandler = forwardRef< ) : ( )} - Attachments + Attachments diff --git a/frontend/src/components/thread/chat-input/model-selector.tsx b/frontend/src/components/thread/chat-input/model-selector.tsx index 811c2b97..ba674f69 100644 --- a/frontend/src/components/thread/chat-input/model-selector.tsx +++ b/frontend/src/components/thread/chat-input/model-selector.tsx @@ -523,8 +523,8 @@ export const ModelSelector: React.FC = ({ )} - {selectedLabel} - + {selectedLabel} +