From e613ee8aeabf5f3d1364c23d093c4d9aef8ff951 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 16 Aug 2022 16:23:45 +0200 Subject: [PATCH] change(ui) - padding in dashboard list and metrics --- .../Dashboard/components/DashboardList/DashboardList.tsx | 2 +- .../Dashboard/components/DashboardList/DashboardListItem.tsx | 2 +- .../Dashboard/components/MetricListItem/MetricListItem.tsx | 2 +- .../components/Dashboard/components/MetricsList/MetricsList.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx index 357f772f4..dd0ebb1ad 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx @@ -30,7 +30,7 @@ function DashboardList() { } >
-
+
Title
Visibility
Created
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardListItem.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardListItem.tsx index c3dde5d2e..ad532d21c 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardListItem.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardListItem.tsx @@ -22,7 +22,7 @@ function DashboardListItem(props: Props) { history.push(path); }; return ( -
+
diff --git a/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx b/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx index 6361f2536..094c7a904 100644 --- a/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx +++ b/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx @@ -45,7 +45,7 @@ function MetricListItem(props: Props) { history.push(path); }; return ( -
+
diff --git a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx index e64026822..9a6646ad2 100644 --- a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx +++ b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx @@ -36,7 +36,7 @@ function MetricsList({ siteId }: { siteId: string }) { } >
-
+
Title
Owner
Visibility