We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d441c commit 7a2a08aCopy full SHA for 7a2a08a
webview-ui/src/components/chat/TaskHeader.tsx
@@ -415,7 +415,7 @@ const ContextWindowProgress = ({ contextWindow, contextTokens }: { contextWindow
415
<div className="flex items-center gap-1 flex-shrink-0">
416
<span className="font-bold">Context Window:</span>
417
</div>
418
- <div className="flex items-center gap-2 flex-1 whitespace-nowrap">
+ <div className="flex items-center gap-2 flex-1 whitespace-nowrap px-2">
419
<div>{formatLargeNumber(contextTokens)}</div>
420
<div className="flex items-center gap-[3px] flex-1">
421
<div className="flex-1 h-1 rounded-[2px] overflow-hidden bg-[color-mix(in_srgb,var(--vscode-badge-foreground)_20%,transparent)]">
0 commit comments