Search: make anchor full-height (#24783)

(cherry picked from commit 7b6deef46d)
This commit is contained in:
Alex Khomenko
2020-05-26 10:05:56 +02:00
committed by Hugo Häggmark
parent 72c7731c42
commit 2d6faa6d99
@@ -103,5 +103,6 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({
align-items: center;
flex-shrink: 0;
flex-grow: 1;
height: 100%;
`,
}));