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:
Erich Blume 2026-03-18 06:23:53 -07:00
commit 443e090ec6

View file

@ -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