Alignment of Dashboard Chart and Stat Widgets
Hi there. I am using filament v3 for creating a dashboard. The problem is that stat widget bottom isn't aligned with the chart widget as seen in picture. Both of these stats are in same widget. Is there a way to aling the 2nd stat widget with chart bottom. Thanks.
8 Replies
If I'm not mistaken, these are flex objects which rearrange themselves for screen size etc. Perhaps it instead of trying to align to match the bottom of the other widget it might make sense to attempt to size the smaller widgets' height so that they take more vertical space so that they appear more "aligned"?
Otherwise it's kinda difficult to tell it what to align its bottom with. What should it do on a mobile screen size?
Can the height of this widget changed?
With css it can
So I will need a custom theme?
Probably
@toeknee Can this also be done for stat widgets?
Try it the function maybe on the widget class