diff --git a/app/views/attribute_help_texts/_form.html.erb b/app/views/attribute_help_texts/_form.html.erb index d755a1030f..d49a186937 100644 --- a/app/views/attribute_help_texts/_form.html.erb +++ b/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 %>