feat(homepage-dashboard): use equal heights in all sections
This commit is contained in:
parent
69c335dc2f
commit
3f069b9391
1 changed files with 2 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ in
|
||||||
"Services" = {
|
"Services" = {
|
||||||
style = "row";
|
style = "row";
|
||||||
columns = 4;
|
columns = 4;
|
||||||
|
useEqualHeights = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
@ -338,6 +339,7 @@ in
|
||||||
"Utilities" = {
|
"Utilities" = {
|
||||||
style = "row";
|
style = "row";
|
||||||
columns = 3;
|
columns = 3;
|
||||||
|
useEqualHeights = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue