From 7592031b362ef22524f10eb50bc11585ab6fe32d Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 25 Jan 2021 01:40:28 -0600 Subject: [PATCH] OldGraph: Fix height issue in Firefox (#30565) (#30582) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 15683319e02dcbaa9753647e4cdd048ea9275308) Co-authored-by: Zoltán Bedi --- packages/grafana-ui/src/components/Graph/GraphWithLegend.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Graph/GraphWithLegend.tsx b/packages/grafana-ui/src/components/Graph/GraphWithLegend.tsx index 30514107fab..0845f476950 100644 --- a/packages/grafana-ui/src/components/Graph/GraphWithLegend.tsx +++ b/packages/grafana-ui/src/components/Graph/GraphWithLegend.tsx @@ -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%;