diff --git a/public/app/features/search/components/SearchItem.tsx b/public/app/features/search/components/SearchItem.tsx index c904f403469..0aab8a0657f 100644 --- a/public/app/features/search/components/SearchItem.tsx +++ b/public/app/features/search/components/SearchItem.tsx @@ -67,7 +67,7 @@ export const SearchItem = ({ item, isSelected, editable, onToggleChecked, onTagS ); return ( -
  • +
    `Filter by tag "${tag}"`} /> -
  • + ); }; @@ -117,7 +117,6 @@ const getStyles = (theme: GrafanaTheme2) => { return { cardContainer: css` display: flex; - list-style: none; align-items: center; margin-bottom: ${theme.spacing(0.75)}; `,