Why are my dashboard panels so small?
I've got a new setup and added a few plugins and added my first User resource. My dashboard panels look like this attachment. Kinda funky right? Do I need to do something?

5 Replies
No worries. Size doesn't matter.
Jokes aside: Looks like some CSS is missing/broken.
Did you run
php filament:assets
or php filament:upgrade
?
Did you check DevTools for errors?
Can you share php artisan about --only=filament
output?No worries. Size doesn't matter.
I tried explaining this to my wife but apparently she's not a filament expert.
I did run both assets and upgrade, and they're part of my composer.json scripts.
I just realized that these widgets are generated by overlook. I think I did follow the steps and I made a custom theme. That theme file is just this:
and my tailwind config:
about yields this:
@Citizen lol "No worries. Size doesn't matter. I tried explaining this to my wife but apparently she's not a filament expert."
You are missing this part from the Overlook install docs then:

My bad, the tailwind config I pasted was the one from my admin panel, not the overall, I'll check the real one
Here's my actual tailwind config:
Oh snap, you were right but in the other direction. I needed to add it to my admin tailwind config, not the project root one. Thank you!!!