fix(frontend): copilot progress bar full width

This commit is contained in:
Lluis Agusti
2026-02-10 22:19:18 +08:00
parent 81c1524658
commit ae8ce8b4ca

View File

@@ -155,7 +155,7 @@ export function CreateAgentTool({ part }: Props) {
>
{isOperating && (
<ContentGrid>
<ProgressBar value={progress} className="max-w-[280px]" />
<ProgressBar value={progress} />
<ContentHint>
This could take a few minutes, grab a coffee
</ContentHint>