Enable equal height tiles in Homepage groups
Add useEqualHeights: true so service tiles within each row expand to match the tallest tile, fixing uneven layout from widget metrics. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b0ce9be30b
commit
443e090ec6
1 changed files with 5 additions and 0 deletions
|
|
@ -10,15 +10,20 @@ layout:
|
||||||
Host Services:
|
Host Services:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 4
|
||||||
|
useEqualHeights: true
|
||||||
Home:
|
Home:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 4
|
||||||
|
useEqualHeights: true
|
||||||
Content:
|
Content:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 4
|
||||||
|
useEqualHeights: true
|
||||||
Infrastructure:
|
Infrastructure:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 4
|
||||||
|
useEqualHeights: true
|
||||||
Services:
|
Services:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 4
|
||||||
|
useEqualHeights: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue