Skip to content

Commit be8a560

Browse files
committed
fix: adjust right spacing in mode selector bottom bar to match left side
1 parent c27f856 commit be8a560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const ModeSelector = ({
243243
</div>
244244

245245
{/* Info icon and title on the right with matching spacing */}
246-
<div className="flex items-center gap-1">
246+
<div className="flex items-center gap-1 pr-1">
247247
<StandardTooltip content={instructionText}>
248248
<span className="codicon codicon-info text-xs text-vscode-descriptionForeground opacity-70 hover:opacity-100 cursor-help" />
249249
</StandardTooltip>

0 commit comments

Comments
 (0)