From 2c361d738c764c246367a23e28df6d792ffe7f33 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 6 Mar 2020 17:29:25 +0100 Subject: [PATCH] Fixed issue: Language selector overlaps other elements when resizing screen at survey creation --- application/views/admin/survey/subview/_create_survey_text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/admin/survey/subview/_create_survey_text.php b/application/views/admin/survey/subview/_create_survey_text.php index ab4a1d43858..cc4ce2a3d84 100644 --- a/application/views/admin/survey/subview/_create_survey_text.php +++ b/application/views/admin/survey/subview/_create_survey_text.php @@ -69,7 +69,7 @@ 'data' => getLanguageDataRestricted (false,'short'), 'value' => $oSurvey->language, 'name' => 'language', - 'pluginOptions' => array() + 'pluginOptions' => array('width'=>'100%') ));?> language,false); ?>