From 1c7384cf91c09ba1a46032080771a926fc50afbe Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 28 May 2025 11:47:34 -0400 Subject: [PATCH] Fix centering of the about text --- webview-ui/src/components/chat/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 6eaceb1374..7ebdc468ce 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1321,7 +1321,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction} {/* Show the task history preview if expanded and tasks exist */} {taskHistory.length > 0 && isExpanded && } -

+