Bläddra i källkod

Width of the editor set to 100%

Signed-off-by: emanuele <[email protected]>
emanuele 12 år sedan
förälder
incheckning
5b8cab7e30
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Themes/default/GenericControls.template.php

+ 1 - 0
Themes/default/GenericControls.template.php

@@ -443,6 +443,7 @@ emoticons:
 		echo '
 				})
 				$("#', $editor_id, '").data("sceditor").createPermanentDropDown();
+				$(".sceditor-container").width("100%");
 			});
 			// ]]></script>';
 }