diff --git a/public/app/features/search/components/SearchItem.tsx b/public/app/features/search/components/SearchItem.tsx index 3fa04f66d51..e61eab5c042 100644 --- a/public/app/features/search/components/SearchItem.tsx +++ b/public/app/features/search/components/SearchItem.tsx @@ -53,7 +53,7 @@ export const SearchItem: FC = ({ item, editable, onToggleChecked, onTagSe style={{ minHeight: SEARCH_ITEM_HEIGHT }} className={styles.container} > - + @@ -94,5 +94,8 @@ const getStyles = (theme: GrafanaTheme) => { margin-bottom: 0; } `, + checkbox: css` + margin-right: 0; + `, }; };