diff --git a/admin/reports_projects_judges_teams.php b/admin/reports_projects_judges_teams.php index 2a929df..fc62422 100644 --- a/admin/reports_projects_judges_teams.php +++ b/admin/reports_projects_judges_teams.php @@ -110,9 +110,9 @@ $table=array(); $table['header']=array(i18n("Timeslot"),i18n("Judging Team")); if($show_date) - $table['widths']=array( 2.0, 3.25); + $table['widths']=array( 2.0, 5.00); else - $table['widths']=array( 1.5, 3.75); + $table['widths']=array( 1.5, 5.50); $table['dataalign']=array("center","left");