From 4745380086dec25b898ca22d0c11ca8df07f3f51 Mon Sep 17 00:00:00 2001 From: Jakub Konopka Date: Thu, 30 Apr 2026 18:04:41 +0200 Subject: [PATCH] fix(staking): remove fixed min-height on product card tags row The tags wrapper used `min-h-75` (300px in Tailwind v4), which reserved ~200px of empty space below the tags on cards with 1-3 tag rows. Cards already align via the parent CSS Grid's implicit `align-items: stretch`, so the fixed minimum is unnecessary. Closes #18080 --- .../Staking/StakingProductsCardGrid/StakingProductCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx b/src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx index fcd79d18a24..95c32f2b5b8 100644 --- a/src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx +++ b/src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx @@ -178,7 +178,7 @@ export const StakingProductCard = ({ )} -
+
{platforms.map((platform, idx) => ( {platform}