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 c27f856 commit be8a560Copy full SHA for be8a560
webview-ui/src/components/chat/ModeSelector.tsx
@@ -243,7 +243,7 @@ export const ModeSelector = ({
243
</div>
244
245
{/* Info icon and title on the right with matching spacing */}
246
- <div className="flex items-center gap-1">
+ <div className="flex items-center gap-1 pr-1">
247
<StandardTooltip content={instructionText}>
248
<span className="codicon codicon-info text-xs text-vscode-descriptionForeground opacity-70 hover:opacity-100 cursor-help" />
249
</StandardTooltip>
0 commit comments