diff --git a/main/exercice/unique_answer.class.php b/main/exercice/unique_answer.class.php index 2176f6464c..4c5e3951f9 100644 --- a/main/exercice/unique_answer.class.php +++ b/main/exercice/unique_answer.class.php @@ -65,7 +65,7 @@ class UniqueAnswer extends Question { global $fck_attribute; $fck_attribute = array(); - $fck_attribute['Width'] = '60%'; + $fck_attribute['Width'] = '100%'; $fck_attribute['Height'] = '125px'; $fck_attribute['ToolbarSet'] = 'Answer';