Skip to content

Commit e189b26

Browse files
authored
Update History Selection Mode button spacing (RooCodeInc#2196)
1 parent 9255dc5 commit e189b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/history/HistoryView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const HistoryView = ({ onDone }: HistoryViewProps) => {
8585
: `${t("history:enterSelectionMode")}`
8686
}>
8787
<span
88-
className={`codicon ${isSelectionMode ? "codicon-check-all" : "codicon-checklist"}`}
88+
className={`codicon ${isSelectionMode ? "codicon-check-all" : "codicon-checklist"} mr-1`}
8989
/>
9090
{isSelectionMode ? t("history:exitSelection") : t("history:selectionMode")}
9191
</VSCodeButton>

0 commit comments

Comments
 (0)