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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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