Index: editors/tinymce.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/editors/tinymce.inc,v
retrieving revision 1.1.2.8
diff -u -p -r1.1.2.8 tinymce.inc
--- editors/tinymce.inc	19 Oct 2008 21:29:39 -0000	1.1.2.8
+++ editors/tinymce.inc	28 Oct 2008 11:44:36 -0000
@@ -121,6 +121,7 @@ function wysiwyg_tinymce_settings($edito
     'remove_linebreaks' => $config['remove_linebreaks'],
     'theme' => $theme,
     'verify_html' => $config['verify_html'],
+    'width' => '100%',
   );
 
   if ($config['css_classes']) {
