diff --git a/app/views/memos/_topic_form.html.erb b/app/views/memos/_topic_form.html.erb index a18402acf..3ce8cdf9a 100644 --- a/app/views/memos/_topic_form.html.erb +++ b/app/views/memos/_topic_form.html.erb @@ -1,9 +1,9 @@ <%= labelled_form_for(@memo, :url => forum_memos_path) do |f| %> -
<%= f.text_field :subject, :required => true, :size => 95 %>
-<%= f.kindeditor :content, :required => true %>
+<%= f.kindeditor :content,:width=>'99%', :required => true %>