Skip to content

Commit

Permalink
Fixed issue: Language selector overlaps other elements when resizing …
Browse files Browse the repository at this point in the history
…screen at survey creation
  • Loading branch information
c-schmitz committed Mar 6, 2020
1 parent 752bf06 commit 2c361d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@
'data' => getLanguageDataRestricted (false,'short'),
'value' => $oSurvey->language,
'name' => 'language',
'pluginOptions' => array()
'pluginOptions' => array('width'=>'100%')
));?>
<?php else:?>
<?php echo getLanguageNameFromCode($oSurvey->language,false); ?>
Expand Down

0 comments on commit 2c361d7

Please sign in to comment.