From 443e090ec65a2dcffa3e11c802878ac2a4760757 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 18 Mar 2026 06:23:53 -0700 Subject: [PATCH] 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) --- argocd/manifests/homepage/settings.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argocd/manifests/homepage/settings.yaml b/argocd/manifests/homepage/settings.yaml index 43d860a..49bbf4e 100644 --- a/argocd/manifests/homepage/settings.yaml +++ b/argocd/manifests/homepage/settings.yaml @@ -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