Fix centering of the about text (#4080)

This commit is contained in:
Matt Rubens 2025-05-28 11:55:00 -04:00 committed by GitHub
parent 3bfe2a3873
commit 1365800474
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1321,7 +1321,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
{telemetrySetting === "unset" && <TelemetryBanner />}
{/* Show the task history preview if expanded and tasks exist */}
{taskHistory.length > 0 && isExpanded && <HistoryPreview />}
<p className="text-vscode-editor-foreground leading-tight font-vscode-font-family text-center text-balance max-w-[380px]">
<p className="text-vscode-editor-foreground leading-tight font-vscode-font-family text-center text-balance max-w-[380px] mx-auto">
<Trans
i18nKey="chat:about"
components={{