mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix centering of the about text (#4080)
This commit is contained in:
parent
3bfe2a3873
commit
1365800474
1 changed files with 1 additions and 1 deletions
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue