Action group width suddenly becomes out of control
I don't know from where and why my action group menu width has become largen and the menu doesn't fit in the window. Any idea where I put myself in this trouble?
5 Replies
This is likely cause by composer update, to fix these you have to rebuild assets
you mean create new resource from scratch?
No,
npm run build
If you have a custom theme you should always run
npm run build
after an update. If. you don't have one, you should at least have artisan filament:assets
in you composer post-update scriptThank you so much. It's working now.
It's been fixed by rebuilding the assets.