alignment controlled for monthly view

This commit is contained in:
Burak Civan 2022-08-01 15:30:25 +03:00
parent 4d80a4a768
commit 03f5d278bc

View File

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