F
Filament11mo 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
Vp11mo ago
This is likely cause by composer update, to fix these you have to rebuild assets
Aurko
AurkoOP11mo ago
you mean create new resource from scratch?
Vp
Vp11mo ago
No, npm run build
Dennis Koch
Dennis Koch11mo 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
AurkoOP11mo ago
Thank you so much. It's working now. It's been fixed by rebuilding the assets.

Did you find this page helpful?