From f90fa6c333d50e18c4955eb80d679d4b59b9c8be Mon Sep 17 00:00:00 2001 From: sarken Date: Sat, 4 Feb 2012 02:44:53 +0000 Subject: [PATCH] Fix issue 2862 by adding .large to new chapters textarea --- app/views/chapters/_chapter_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,