Skip to content

Commit 1365800

Browse files
authored
Fix centering of the about text (#4080)
1 parent 3bfe2a3 commit 1365800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
13211321
{telemetrySetting === "unset" && <TelemetryBanner />}
13221322
{/* Show the task history preview if expanded and tasks exist */}
13231323
{taskHistory.length > 0 && isExpanded && <HistoryPreview />}
1324-
<p className="text-vscode-editor-foreground leading-tight font-vscode-font-family text-center text-balance max-w-[380px]">
1324+
<p className="text-vscode-editor-foreground leading-tight font-vscode-font-family text-center text-balance max-w-[380px] mx-auto">
13251325
<Trans
13261326
i18nKey="chat:about"
13271327
components={{

0 commit comments

Comments
 (0)