Merge pull request #5778 from opf/fix/25813-input-fields-for-attribute-help-text-plugin-too-wide

[25813] Input fields for attribute help text plugin too wide
pull/5781/head
Henriette Dinger 7 years ago committed by GitHub
commit f26cf21e7e
  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