Преглед на файлове

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>';
 }