Fix: Correcting spaceing on login form

This commit is contained in:
2026-09-09 23:22:13 +03:00
parent 359e1e262e
commit d4f9766940
@@ -2,7 +2,7 @@
@if (! $otpSent) @if (! $otpSent)
<form wire:submit="requestOtp"> <form wire:submit="requestOtp">
<div class="grid gap-y-4"> <div style="display: flex; flex-direction: column; row-gap: 1rem;">
<x-filament::input.wrapper> <x-filament::input.wrapper>
<x-filament::input <x-filament::input
type="email" type="email"
@@ -24,7 +24,7 @@
</form> </form>
@else @else
<form wire:submit="authenticate"> <form wire:submit="authenticate">
<div class="grid gap-y-4"> <div style="display: flex; flex-direction: column; row-gap: 1rem;">
<p class="text-sm text-gray-500"> <p class="text-sm text-gray-500">
A login code was sent to <strong>{{ $email }}</strong>. A login code was sent to <strong>{{ $email }}</strong>.
</p> </p>