mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
OldGraph: Fix height issue in Firefox (#30565)
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user