diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index 86307b85..f6ab24f7 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -241,7 +241,7 @@ $report_students_fields = array( 'tshirt' => array( 'name' => 'Student -- T-Shirt Size', 'header' => 'T-Shirt', - 'width' => 0.55, + 'width' => 0.70, 'table' => 'students.tshirt', 'value_map' => array ('none' => '', 'xsmall' => 'X-Small', 'small' => 'Small', 'medium' => 'Medium', 'large' => 'Large', 'xlarge' => 'X-Large')),