From 11e7a419539971b1b99ecf8c69ebb17923fa236f Mon Sep 17 00:00:00 2001 From: Pablo Pettinari Date: Thu, 30 Apr 2026 16:50:42 +0200 Subject: [PATCH] fix: remove excessive min-height gap in staking product cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Chakra→Tailwind migration translated `minHeight={75}` directly to `min-h-75`, which resolves to ~300px (75 × 0.25rem) and reserved a large empty gap below the platform/UI badges in every staking product card. Grid layout already equalizes card heights and `mt-auto` keeps the footer aligned, so no min-height is needed. --- .../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}