From 4a89f22885215414c2dbdb1b1d49abf60dcd71e5 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Thu, 18 Apr 2024 23:39:04 +0200 Subject: [PATCH] fix/refactor dashboard card separators --- .../js/Components/Dashboard/DashboardCard.vue | 4 +--- .../Dashboard/DayOverviewCardEntry.vue | 3 ++- .../Dashboard/LastSevenDaysCard.vue | 1 + .../Dashboard/RecentlyTrackedTasksCard.vue | 23 ++++++++++++------- .../RecentlyTrackedTasksCardEntry.vue | 3 ++- .../Components/Dashboard/TeamActivityCard.vue | 1 + .../Dashboard/TeamActivityCardEntry.vue | 5 ++-- 7 files changed, 25 insertions(+), 15 deletions(-) diff --git a/resources/js/Components/Dashboard/DashboardCard.vue b/resources/js/Components/Dashboard/DashboardCard.vue index 3bf5eebd..e492657f 100644 --- a/resources/js/Components/Dashboard/DashboardCard.vue +++ b/resources/js/Components/Dashboard/DashboardCard.vue @@ -1,11 +1,9 @@