Login Form Fullwidth Issue After composer update
Hi everyone,
After running composer update, the login form in my Filament project is now displaying as fullwidth instead of being properly centered and constrained.
Before the update, the login form had a limited width, but now it stretches across the entire page. I haven’t made any manual changes to the login view.
I tried clearing the cache with:
php artisan cache:clear
php artisan config:clear
php artisan view:clear
php artisan route:clear
and also checked for any custom overrides in resources/views/vendor/filament/pages/auth/login.blade.php, but nothing seems to fix it.
Has anyone encountered this issue after updating Filament? Any suggestions on how to restore the previous layout?
Thanks in advance!
0 Replies