Today I ran into an issue with the text alignment in my password label when changing the resolution of my device. Can someone please help me fix this? Here is my code:
<div class="flex">
<BreezeLabel for="password" value="Password" />
<Link
:href="route('password.request')"
class="text-sm text-purple-600 hover:text-purple-800 ml-48"
>
Forgot your password?
</Link>
</div>
To better illustrate the situation, here are some screenshots:
fullsize
md
sm