diff --git a/app/views/shixuns/_settings_edit.html.erb b/app/views/shixuns/_settings_edit.html.erb index b710a7b19..70cec3aa2 100644 --- a/app/views/shixuns/_settings_edit.html.erb +++ b/app/views/shixuns/_settings_edit.html.erb @@ -14,7 +14,7 @@ <%= f.kindeditor :description, :editor_id => 'shixun_setting_editor', :owner_id => @shixun.nil? ? 0: @shixun.id, :owner_type => OwnerTypeHelper::PROJECT, - :width => '85%', + :width => '700', :height => 300, :minHeight=> 300, :class => 'fl ml5 w690',