Squashed column in Attendance

Re: Squashed column in Attendance

by Beta G -
Number of replies: 0

You need to open mod/attendance/renderer.php and in line 225 here you will see something like

$table->size = array('1px', '', '1px', '1px', '*', '1px', '1px');

So adjust this parameter 1px with bold by putting 110px on it and you will be fine without the need of modifying CSS ( but in future updates this customization in the files will be cleared )