From 4091131859cc0bb806070fd35cdb4a3d38565d4e Mon Sep 17 00:00:00 2001 From: cannuri <91494156+cannuri@users.noreply.github.com> Date: Fri, 9 May 2025 04:41:11 +0200 Subject: [PATCH] fix display issues with too long profile names in ChatTextArea.tsx (#3371) --- webview-ui/src/components/chat/ChatTextArea.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 43722a5d6d..11d60d231f 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -1054,8 +1054,14 @@ const ChatTextArea = forwardRef( return (
-
{label}
-
+
+ {label} +
+