From e85d24eac5d0679654a01edcbca2421e3a2fdff8 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 28 Oct 2022 10:41:04 +0200 Subject: [PATCH] change(ui) - dashboard modal alignments --- .../Dashboard/components/DashboardWidgetGrid/AddMetric.tsx | 2 +- .../components/DashboardWidgetGrid/AddPredefinedMetric.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx index b71fb1a81..6f3b85572 100644 --- a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx +++ b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddMetric.tsx @@ -57,7 +57,7 @@ function AddMetric({ history, siteId, title, description }: IProps) { className="border-l shadow h-screen" style={{ backgroundColor: '#FAFAFA', zIndex: 999, width: '100%' }} > -
+

{title}

{description}
diff --git a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddPredefinedMetric.tsx b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddPredefinedMetric.tsx index 77fbd6f20..59316a7a2 100644 --- a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddPredefinedMetric.tsx +++ b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/AddPredefinedMetric.tsx @@ -72,7 +72,7 @@ function AddPredefinedMetric({ history, siteId, title, description }: IProps) { className="border-l shadow h-screen" style={{ backgroundColor: '#FAFAFA', zIndex: 999, width: '100%' }} > -
+

{title}

{description}