Skip to content

Commit 7a2a08a

Browse files
committed
style(context-window): add padding to align
1 parent a2d441c commit 7a2a08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ const ContextWindowProgress = ({ contextWindow, contextTokens }: { contextWindow
415415
<div className="flex items-center gap-1 flex-shrink-0">
416416
<span className="font-bold">Context Window:</span>
417417
</div>
418-
<div className="flex items-center gap-2 flex-1 whitespace-nowrap">
418+
<div className="flex items-center gap-2 flex-1 whitespace-nowrap px-2">
419419
<div>{formatLargeNumber(contextTokens)}</div>
420420
<div className="flex items-center gap-[3px] flex-1">
421421
<div className="flex-1 h-1 rounded-[2px] overflow-hidden bg-[color-mix(in_srgb,var(--vscode-badge-foreground)_20%,transparent)]">

0 commit comments

Comments
 (0)