OldGraph: Fix height issue in Firefox (#30565)

This commit is contained in:
Zoltán Bedi 2021-01-25 08:07:51 +01:00 committed by GitHub
parent 08312897c8
commit 15683319e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;