diff --git a/app/views/chapters/_chapter_form.html.erb b/app/views/chapters/_chapter_form.html.erb index 71fb79ad8a5..98d4f48173e 100644 --- a/app/views/chapters/_chapter_form.html.erb +++ b/app/views/chapters/_chapter_form.html.erb @@ -82,7 +82,7 @@

- <%= f.text_area :content, :class => "mce-editor", :id => "content", :class => "observe_textlength" %> + <%= f.text_area :content, :class => "mce-editor", :id => "content", :class => "observe_textlength large" %> <%= live_validation_for_field('content', :maximum_length => ArchiveConfig.CONTENT_MAX, :minimum_length => ArchiveConfig.CONTENT_MIN,