Bootstrap 5: Replace all form-group classes with mb-3

This commit is contained in:
Andy Allan 2022-06-29 17:14:10 +01:00
parent e80d74ae73
commit 934d81aa55
18 changed files with 43 additions and 43 deletions

View file

@ -27,7 +27,7 @@
</div>
<div id="export_commit">
<div class="form-group d-flex">
<div class="mb-3 d-flex">
<%= submit_tag t(".export_button"), :class => "btn btn-primary mx-auto" %>
</div>
</div>