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; }