Skip to content

Commit

Permalink
Remove 'list-group-flush' class.
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Oct 22, 2024
1 parent 9e5c811 commit c5a2ecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<%= render(partial: 'launchers/editable_form_fields/edit_fixed_field', locals: { form: form, attrib: attrib, fixed: fixed }) %>

<ol class="list-group list-group-flush text-center col-md-4 mb-3">
<ol class="list-group text-center col-md-4 mb-3">
<%- attrib.select_choices(hide_excludable: false).each do |select_data| %>
<%-
choice = parse_select_data(select_data)
Expand Down

0 comments on commit c5a2ecf

Please sign in to comment.