Fix the button alignment in the simple form.
This commit is contained in:
@@ -267,7 +267,7 @@ defmodule DecentralisedBookIndexWeb.CoreComponents do
|
|||||||
<.form :let={f} for={@for} as={@as} {@rest}>
|
<.form :let={f} for={@for} as={@as} {@rest}>
|
||||||
<div class="mt-10 space-y-8 bg-white dark:bg-gray-900">
|
<div class="mt-10 space-y-8 bg-white dark:bg-gray-900">
|
||||||
{render_slot(@inner_block, f)}
|
{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)}
|
{render_slot(action, f)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user