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:
|
||||
style: row
|
||||
columns: 4
|
||||
useEqualHeights: true
|
||||
Home:
|
||||
style: row
|
||||
columns: 4
|
||||
useEqualHeights: true
|
||||
Content:
|
||||
style: row
|
||||
columns: 4
|
||||
useEqualHeights: true
|
||||
Infrastructure:
|
||||
style: row
|
||||
columns: 4
|
||||
useEqualHeights: true
|
||||
Services:
|
||||
style: row
|
||||
columns: 4
|
||||
useEqualHeights: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue