OldGraph: Fix height issue in Firefox (#30565) (#30582)

(cherry picked from commit 15683319e0)

Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-01-25 08:40:28 +01:00
committed by GitHub
co-authored by Zoltán Bedi
parent 77e924295b
commit 7592031b36
@@ -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%;