From 15683319e02dcbaa9753647e4cdd048ea9275308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 25 Jan 2021 08:07:51 +0100 Subject: [PATCH] OldGraph: Fix height issue in Firefox (#30565) --- 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%;