From c2c7acb06fde571ebe8b569335da9ffcc5f6f9de Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 13 Apr 2009 22:26:35 +0200 Subject: [PATCH] [svn r19734] Minor - Fixing width of fckeditor see FS#3998 --- main/exercice/unique_answer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';