forked from science-ation/science-ation
Fix the t-shirt size column width
This commit is contained in:
parent
f2d526deb8
commit
91c2666940
@ -241,7 +241,7 @@ $report_students_fields = array(
|
|||||||
'tshirt' => array(
|
'tshirt' => array(
|
||||||
'name' => 'Student -- T-Shirt Size',
|
'name' => 'Student -- T-Shirt Size',
|
||||||
'header' => 'T-Shirt',
|
'header' => 'T-Shirt',
|
||||||
'width' => 0.55,
|
'width' => 0.70,
|
||||||
'table' => 'students.tshirt',
|
'table' => 'students.tshirt',
|
||||||
'value_map' => array ('none' => '', 'xsmall' => 'X-Small', 'small' => 'Small', 'medium' => 'Medium',
|
'value_map' => array ('none' => '', 'xsmall' => 'X-Small', 'small' => 'Small', 'medium' => 'Medium',
|
||||||
'large' => 'Large', 'xlarge' => 'X-Large')),
|
'large' => 'Large', 'xlarge' => 'X-Large')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user