feat(homepage-dashboard): use equal heights in all sections

This commit is contained in:
wi11-holdsworth 2026-01-20 14:59:20 +11:00
parent 69c335dc2f
commit 3f069b9391

View file

@ -325,6 +325,7 @@ in
"Services" = {
style = "row";
columns = 4;
useEqualHeights = true;
};
}
{
@ -338,6 +339,7 @@ in
"Utilities" = {
style = "row";
columns = 3;
useEqualHeights = true;
};
}
];