F
Filament3mo ago
yrg_.

Dropdown width overflow

So I have an issue with my dropdowns where they would take more than the full width of my screen. I have no idea what could cause this. I have no custom styling or anything. How to fix this?
No description
No description
Solution:
- Are you on the latest version? - Did you run artisan filament:upgrade after updating? - Did you publish views? If yes: Remove them...
Jump to solution
3 Replies
Solution
Dennis Koch
Dennis Koch3mo ago
- Are you on the latest version? - Did you run artisan filament:upgrade after updating? - Did you publish views? If yes: Remove them
yrg_.
yrg_.OP3mo ago
Thanks for your answer, I just found the solution! running composer require filament/upgrade:"^3.2" -W --dev fixed the issue!
Dennis Koch
Dennis Koch3mo ago
Probably because it upgrade Filament through -W. The upgrader doesn't have any effect on your panel.

Did you find this page helpful?