mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
OldGraph: Fix height issue in Firefox (#30565)
This commit is contained in:
parent
08312897c8
commit
15683319e0
@ -26,7 +26,6 @@ const getGraphWithLegendStyles = stylesFactory(({ placement }: GraphWithLegendPr
|
||||
wrapper: css`
|
||||
display: flex;
|
||||
flex-direction: ${placement === 'bottom' ? 'column' : 'row'};
|
||||
height: 100%;
|
||||
`,
|
||||
graphContainer: css`
|
||||
min-height: 65%;
|
||||
|
Loading…
Reference in New Issue
Block a user