Reduce size of input fields

pull/5778/head
Henriette Dinger 7 years ago
parent b5f2c77d01
commit 0c4a9905ef
  1. 4
      app/views/attribute_help_texts/_form.html.erb

@ -37,11 +37,11 @@ See doc/COPYRIGHT.rdoc for more details.
disabled: true
%>
<% else %>
<%= f.select :attribute_name, selectable_attributes(@attribute_help_text) %>
<%= f.select :attribute_name, selectable_attributes(@attribute_help_text), container_class: '-middle' %>
<% end %>
</div>
<div class="form--field -required">
<%= f.text_area :help_text, :cols => 100, :rows => 25, :class => 'wiki-edit' %>
<%= f.text_area :help_text, :cols => 100, :rows => 20, :class => 'wiki-edit' %>
<%= wikitoolbar_for("#{f.object_name}_help_text") %>
</div>
</section>

Loading…
Cancel
Save