Commit 15683319 by Zoltán Bedi Committed by GitHub

OldGraph: Fix height issue in Firefox (#30565)

parent 08312897
......@@ -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%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment