UI is broken after update
After updating filament to v. v3.2.130 we're experiencing some weird UI issues. It's like the css is not getting compiled properly - everything is centered.
When I remove @import '../../../../vendor/filament/filament/resources/css/theme.css'; from the theme.css file, the UI is aligned correctly - but of course breaks in other ways. But this indicates that there might be some issues with the default filament theme?
No errors in the console and no errors when compiling through Vite.
Have anyone else experienced this or have any idea what might be causing this?
5 Replies
try
php artisan filament:assets
Nothing changes when publishing and re-compiling π
any Filament customizations? Are you using a custom theme?
Looks like it might be some other package update affecting this. I rolled back the latest update of composer dependencies and it now looks normal.
So time to traverse all updated packages to find the culprit. Thanks for your help!
I'll close this.
Do you have any third-party plugin css includes in your theme? If so, remove them. That did it for me