User menu width problems
Hello, I don't know what cause but my User Menu Dropdown is taking 100% of width.
The only change that I remember was userMenuItems() in the AdminPanelProvider.php but even disabling this changes the menu behavior is the same.
Someone can help me with this?
7 Replies
Did you run
artisan filament:upgrade
?
If you have a custom theme did you rebuild using npm run build
?filament wasn't upgraded, i'm using v3
I dont have a custom theme.
Maybe you missed
artisan filament:assets
?It works, but I never used filament:assets and this behavior never happened before... weird.
This should be part of your composer hooks and run after every update. Otherwise you never get updated assets.
Well, thank you very much!
it happened to me as well but nothing seems to work like upgrade, rebuild assets or clear caches, or dump-autoload files.
are there any other helpful commands I could run in order to fix the width issue?
using Laravel 11.6.0, Filament 3.2.72
4️⃣ Delete the /resources/views/vendor directory if it exists.
well that worked.
Rules exist for a reason 🙂