From c9338fd1160e7f134a834e86736600cf38bc70d2 Mon Sep 17 00:00:00 2001 From: sylenien Date: Thu, 11 Aug 2022 16:40:40 +0200 Subject: [PATCH] fix(ui): fix grid rows height --- .../Dashboard/components/DashboardWidgetGrid/AddMetric.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx index af46de0c2..a07c57016 100644 --- a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx +++ b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx @@ -66,7 +66,7 @@ function AddMetric({ metrics, history, siteId, title, description }: IProps) { )} -
+
{metrics ? metrics.map((metric: any) => (