From f1bc4078c872e0a6d6d2ac6dc7161196462d83e2 Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Tue, 6 Apr 2021 10:11:43 +0300 Subject: [PATCH] Search: update item padding (#32701) --- public/app/features/search/components/SearchItem.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/app/features/search/components/SearchItem.tsx b/public/app/features/search/components/SearchItem.tsx index 50eaddc673b..3fa04f66d51 100644 --- a/public/app/features/search/components/SearchItem.tsx +++ b/public/app/features/search/components/SearchItem.tsx @@ -78,8 +78,11 @@ export const SearchItem: FC = ({ item, editable, onToggleChecked, onTagSe const getStyles = (theme: GrafanaTheme) => { return { container: css` - padding: ${theme.spacing.sm} ${theme.spacing.md}; margin-bottom: ${SEARCH_ITEM_MARGIN}px; + + a { + padding: ${theme.spacing.sm} ${theme.spacing.md}; + } `, metaContainer: css` display: flex;