fix: themed manage account forms

This commit is contained in:
2023-12-16 11:40:39 -06:00
parent a4bd889d23
commit a2ecb62a05
5 changed files with 113 additions and 117 deletions

View File

@@ -35,7 +35,7 @@
{{ __('Remember me') }}
</label>
</div>
<div class="justify-content-end mt-4 mb-4">
<div class="d-flex justify-content-end mt-4 mb-4 text-end">
@if (Route::has('password.request'))
<a class="" href="{{ route('password.request') }}">
{{ __('Forgot your password?') }}