fixed post body textarea width in post form
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<% flash.now[:error] = @post.errors.full_messages.join(', and ') %>
|
<% flash.now[:error] = @post.errors.full_messages.join(', and ') %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= f.label :body %>
|
<%= f.label :body %>
|
||||||
<%= f.text_area :body, :width => "80%", :rows => 15 %>
|
<%= f.text_area :body, :style => "width:98%", :rows => 15 %>
|
||||||
</div>
|
</div>
|
||||||
<div class="module_footer">
|
<div class="module_footer">
|
||||||
<span class="input">
|
<span class="input">
|
||||||
|
|||||||
Reference in New Issue
Block a user