styling for monthly preview for report details

This commit is contained in:
Burak Civan
2022-06-06 11:10:17 +03:00
parent 1dd4fca8f2
commit d2f4d52c86
8 changed files with 15 additions and 8 deletions

View File

@@ -270,6 +270,9 @@ abstract class Report
case 'yearly':
$width = 'w-4/12 col-4';
break;
case 'monthly':
$width = 'col-1';
break;
}
if (empty($width)) {