fixed post body textarea width in post form

This commit is contained in:
2013-01-21 23:13:11 -05:00
parent 1887288f5b
commit 38483a9ba7

View File

@@ -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 %>
</div>
<div class="module_footer">
<span class="input">