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