F
Filament2mo ago
Aurko

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?
No description
5 Replies
Vp
Vp2mo ago
This is likely cause by composer update, to fix these you have to rebuild assets
Aurko
Aurko2mo ago
you mean create new resource from scratch?
Vp
Vp2mo ago
No, npm run build
Dennis Koch
Dennis Koch2mo ago
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:assetsin you composer post-update script
Aurko
Aurko2mo ago
Thank you so much. It's working now. It's been fixed by rebuilding the assets.