Decrease padding between close button and inputs in directions form
This commit is contained in:
parent
d056315710
commit
7d46203f5f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form method="GET" action="<%= directions_path %>" class="directions_form bg-body-secondary pb-2">
|
<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 flex-column mx-2 gap-1">
|
||||||
<div class="d-flex gap-1 align-items-center">
|
<div class="d-flex gap-1 align-items-center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue