Skip to content

Commit

Permalink
Fixed issue #11351: Column width of answering statistics is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jun 8, 2016
1 parent f47a8c1 commit 19b273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/responses.php
Expand Up @@ -534,7 +534,7 @@ public function browse($iSurveyId)
'index'=>'startlanguage',
'sorttype'=>'string',
'sortable'=>true,
'width'=>'50',
'width'=>'150',
'resizable' => true,// Strangely : don't work
'align'=>'left',
'title'=>viewHelper::getFieldText($fields['startlanguage']),
Expand Down

0 comments on commit 19b273d

Please sign in to comment.