浏览代码

Width of the editor set to 100%

Signed-off-by: emanuele <[email protected]>
emanuele 12 年之前
父节点
当前提交
5b8cab7e30
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>';
 }