Fix the button alignment in the simple form.

dev
KKlochko 3 months ago
parent 72af6ccafc
commit 6f47e58a30

@ -267,7 +267,7 @@ defmodule DecentralisedBookIndexWeb.CoreComponents do
<.form :let={f} for={@for} as={@as} {@rest}>
<div class="mt-10 space-y-8 bg-white dark:bg-gray-900">
{render_slot(@inner_block, f)}
<div :for={action <- @actions} class="mt-2 flex items-center justify-between gap-6">
<div :for={action <- @actions} class="mt-2 flex items-center justify-start gap-6">
{render_slot(action, f)}
</div>
</div>

Loading…
Cancel
Save