Skip to content

Commit 63bc3a0

Browse files
committed
Add missing margin to has many errors
1 parent 743ba33 commit 63bc3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/backpex/fields/has_many.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ defmodule Backpex.Fields.HasMany do
177177
</div>
178178
</div>
179179
</label>
180-
<Form.error :for={msg <- @errors}>{msg}</Form.error>
180+
<Form.error :for={msg <- @errors} class="mt-1">{msg}</Form.error>
181181
<div tabindex="0" class="dropdown-content z-[1] menu bg-base-100 rounded-box w-full overflow-y-auto shadow">
182182
<div class="max-h-72 p-2">
183183
<input

0 commit comments

Comments
 (0)