From 19b273d1e7e863222da4d5a185ae12f426d19fc7 Mon Sep 17 00:00:00 2001 From: LouisGac Date: Wed, 8 Jun 2016 10:16:58 +0200 Subject: [PATCH] Fixed issue #11351: Column width of answering statistics is wrong --- application/controllers/admin/responses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/admin/responses.php b/application/controllers/admin/responses.php index 0670356e18a..686a8ff0fbd 100644 --- a/application/controllers/admin/responses.php +++ b/application/controllers/admin/responses.php @@ -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']),