From 2d6faa6d99fa5e9447c1fdcee3026e9dc6a9d659 Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Mon, 18 May 2020 11:31:10 +0300 Subject: [PATCH] Search: make anchor full-height (#24783) (cherry picked from commit 7b6deef46d133f6c3c21d97d57d135c373f3cf57) --- public/app/features/search/components/SearchItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/search/components/SearchItem.tsx b/public/app/features/search/components/SearchItem.tsx index aa1fedb99d5..14b4a138726 100644 --- a/public/app/features/search/components/SearchItem.tsx +++ b/public/app/features/search/components/SearchItem.tsx @@ -103,5 +103,6 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({ align-items: center; flex-shrink: 0; flex-grow: 1; + height: 100%; `, }));