From 00836cc368c75ae2e23fa5dc4a53a5bb6eb2ce24 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 7 Nov 2022 16:55:25 +0000 Subject: [PATCH] fix(dashboard-ui): fill the blank gaps between cards on smaller screen sizes --- app/Views/Components/DashboardCard.php | 8 ++++---- themes/cp_admin/dashboard.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Views/Components/DashboardCard.php b/app/Views/Components/DashboardCard.php index 47402237..573d4955 100644 --- a/app/Views/Components/DashboardCard.php +++ b/app/Views/Components/DashboardCard.php @@ -29,17 +29,17 @@ class DashboardCard extends Component $chevronRight = icon('chevron-right'); $viewLang = lang('Common.view'); return << +
{$glyph}
{$this->title}
{$viewLang}{$chevronRight}

{$this->subtitle}

-
{$this->slot}
+
{$this->slot}
HTML; } return << +
{$glyph}
{$this->title}

{$this->subtitle}

-
{$this->slot}
+
{$this->slot}
HTML; } diff --git a/themes/cp_admin/dashboard.php b/themes/cp_admin/dashboard.php index e3f6222c..c47fa597 100644 --- a/themes/cp_admin/dashboard.php +++ b/themes/cp_admin/dashboard.php @@ -11,7 +11,7 @@ section('content') ?> -
+