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" = {
|
||||
style = "row";
|
||||
columns = 4;
|
||||
useEqualHeights = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
@ -338,6 +339,7 @@ in
|
|||
"Utilities" = {
|
||||
style = "row";
|
||||
columns = 3;
|
||||
useEqualHeights = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue