Stats widget not properly aligned on v3

These are screenshots of how stats widgets appear on on y dashboard on v3 and v2. The columnSpan are still same for both version -1 and I've set up the grid columns on my Dashboard page to be 2 as described in the docs. I'd like to remove the right padding in the stats and have them full width as they were in v2. How may i do this?
Dashboard v3
Dashboard v2
3 Replies
eoncode
eoncodeOP2y ago
hi, anyone, please?
Thijmen
Thijmen2y ago
I have the same problem now after upgrading
DrByte
DrByte2y ago
class StatsOverview extends BaseWidget
{
protected function getColumns(): int
{
return 2;
}
class StatsOverview extends BaseWidget
{
protected function getColumns(): int
{
return 2;
}

Did you find this page helpful?