mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: make anchor full-height (#24783)
This commit is contained in:
parent
de1ce049e8
commit
7b6deef46d
@ -103,5 +103,6 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
height: 100%;
|
||||||
`,
|
`,
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user