Browse Source

[svn r19734] Minor - Fixing width of fckeditor see FS#3998

Julio Montoya 16 years ago
parent
commit
c2c7acb06f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/exercice/unique_answer.class.php

+ 1 - 1
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';