From 796293d7fa6d4ffeffcbca832a253267c62567d0 Mon Sep 17 00:00:00 2001 From: Levi Date: Mon, 9 Mar 2026 13:55:22 -0500 Subject: [PATCH] Fix project name badge truncation in chat header Remove the hard max-w-28 (112px) cap and shrink-0 on the project name badge so it uses available flex space instead of aggressively truncating. --- apps/web/src/components/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 3362622b7e..912de4a5e8 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -4132,7 +4132,7 @@ const ChatHeader = memo(function ChatHeader({ {activeThreadTitle} {activeProjectName && ( - + {activeProjectName} )}