diff --git a/app/views/posts/_form.html.erb b/app/views/posts/_form.html.erb index 379f7b4..482c155 100755 --- a/app/views/posts/_form.html.erb +++ b/app/views/posts/_form.html.erb @@ -9,7 +9,7 @@ <% flash.now[:error] = @post.errors.full_messages.join(', and ') %> <% end %> <%= f.label :body %> - <%= f.text_area :body, :width => "80%", :rows => 15 %> + <%= f.text_area :body, :style => "width:98%", :rows => 15 %>