From 8a7cbe6bbcc5d7ef0f0d69d2917b5db28eee2020 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Wed, 15 Apr 2026 06:44:55 +0530 Subject: [PATCH] fix: set specialization cards to stretch height for consistent layout alignment --- src/components/profile/SpecializationCard.tsx | 2 +- src/components/profile/SpecializationSection.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/profile/SpecializationCard.tsx b/src/components/profile/SpecializationCard.tsx index 8d3e8fd..5e90fa7 100644 --- a/src/components/profile/SpecializationCard.tsx +++ b/src/components/profile/SpecializationCard.tsx @@ -29,7 +29,7 @@ export function SpecializationCard({ }; return ( -
+
{icon}

{title}

diff --git a/src/components/profile/SpecializationSection.tsx b/src/components/profile/SpecializationSection.tsx index 6197636..5317d5a 100644 --- a/src/components/profile/SpecializationSection.tsx +++ b/src/components/profile/SpecializationSection.tsx @@ -29,7 +29,7 @@ export function SpecializationSection({ fieldsData }: SpecializationSectionProps {/* Top row - up to 3 cards */} {topRowFields.length > 0 && ( -
0 && ( -