Search: make anchor full-height (#24783)

This commit is contained in:
Alex Khomenko
2020-05-18 11:31:10 +03:00
committed by GitHub
parent de1ce049e8
commit 7b6deef46d

View File

@@ -103,5 +103,6 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({
align-items: center;
flex-shrink: 0;
flex-grow: 1;
height: 100%;
`,
}));