Przeglądaj źródła

Update History Selection Mode button spacing (#2196)

Kyle Hoskins 9 miesięcy temu
rodzic
commit
e189b265ca

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

@@ -85,7 +85,7 @@ const HistoryView = ({ onDone }: HistoryViewProps) => {
 									: `${t("history:enterSelectionMode")}`
 									: `${t("history:enterSelectionMode")}`
 							}>
 							}>
 							<span
 							<span
-								className={`codicon ${isSelectionMode ? "codicon-check-all" : "codicon-checklist"}`}
+								className={`codicon ${isSelectionMode ? "codicon-check-all" : "codicon-checklist"} mr-1`}
 							/>
 							/>
 							{isSelectionMode ? t("history:exitSelection") : t("history:selectionMode")}
 							{isSelectionMode ? t("history:exitSelection") : t("history:selectionMode")}
 						</VSCodeButton>
 						</VSCodeButton>