From 03f5d278bcd2fb78b86705e0e92e74cd6e51cf15 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Mon, 1 Aug 2022 15:30:25 +0300 Subject: [PATCH] alignment controlled for monthly view --- app/Abstracts/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Abstracts/Report.php b/app/Abstracts/Report.php index 1bca38900..0e8cd1247 100644 --- a/app/Abstracts/Report.php +++ b/app/Abstracts/Report.php @@ -287,7 +287,7 @@ abstract class Report $width = 'w-4/12 col-4'; break; case 'monthly': - $width = 'col-1'; + $width = 'col-1 w-20'; break; }