app/views/footnotes/_footnote_fields.html.erb
<%= f.inputs :class => 'nested-fields footnote' do %>
<%= f.input :code, :wrapper_html => { :class => 'col-md-3' } %>
<%= f.input :label, :wrapper_html => { :class => 'col-md-7' } %>
<%= link_to_remove_association t('actions.destroy'), f, :class => 'col-md-2 remove' %>
<% end %>