Decrease padding between close button and inputs in directions form

This commit is contained in:
Anton Khorev 2024-10-25 18:22:36 +03:00
parent d056315710
commit 7d46203f5f

View file

@ -37,7 +37,7 @@
</form>
<form method="GET" action="<%= directions_path %>" class="directions_form bg-body-secondary pb-2">
<div class="d-flex flex-row-reverse px-3 py-3"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div>
<div class="d-flex flex-row-reverse px-3 pt-3 pb-1"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div>
<div class="d-flex flex-column mx-2 gap-1">
<div class="d-flex gap-1 align-items-center">