diff --git a/modules/openstack_project/templates/askbot/settings.py-staging.erb b/modules/openstack_project/templates/askbot/settings.py-staging.erb index c970986baf..54161a9262 100644 --- a/modules/openstack_project/templates/askbot/settings.py-staging.erb +++ b/modules/openstack_project/templates/askbot/settings.py-staging.erb @@ -356,7 +356,8 @@ TINYMCE_DEFAULT_CONFIG = { 'theme_advanced_resizing': True, 'theme_advanced_resize_horizontal': False, 'theme_advanced_statusbar_location': 'bottom', - 'width': '730', + 'editor_deselector': 'mceNoEditor', + 'width': '100%', 'height': '250' }