Skip to content

Commit d992fc0

Browse files
authored
fix(component): Add missing wrapper to form fields (Fixes #7) (#14)
1 parent a78bf75 commit d992fc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/views/components/html-forms.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
{!! $hidden !!}
66
</div>
77

8-
{!! $slot !!}
8+
<div class="hf-fields-wrap">
9+
{!! $slot !!}
10+
</div>
911
</form>

0 commit comments

Comments
 (0)