Customize Widget height instead of width
Is it possible to define a widget's height instead of width?
i.e. tell a widget to span 2 rows instead of one?
https://filamentphp.com/docs/2.x/admin/dashboard/getting-started#customizing-widget-width
Filament
Getting started - Dashboard - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
5 Replies
Did you try
?
I hadn't but that does not appear to change anything.
I don't really care what the height is in pixels though, I just want to tell a widget how many rows to span.
hum, I don't know
TBH my guess is no, but I thought I'd ask π
I solved it by creating an override for the view:
Since I don't have a custom theme, I also needed to add a css file with:
And tell filament about it: