Skip to content

Commit ff021b7

Browse files
feat:[lar-128] Add margin-top to register form
1 parent 0be42e1 commit ff021b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/pages/auth/register.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class="italic text-gray-400 dark:text-gray-500">"The Pragmatic Programmer"</span
120120

121121
<x-validation-errors />
122122

123-
<form wire:submit="register" wire:recaptcha class="space-y-6">
123+
<form wire:submit="register" wire:recaptcha class="space-y-6 mt-4">
124124
<div class="space-y-3">
125125
<x-filament::input.wrapper>
126126
<x-filament::input

0 commit comments

Comments
 (0)