From cecbba7f3e5b24ec22fda285b7d8ab6cac1f04db Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Tue, 21 Apr 2026 13:28:19 +0530 Subject: [PATCH] fix: improve ProfileCard layout responsiveness by adding flex-wrap and adjusting container constraints --- src/components/profile/ProfileCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/profile/ProfileCard.tsx b/src/components/profile/ProfileCard.tsx index 2828773..4cbc55f 100644 --- a/src/components/profile/ProfileCard.tsx +++ b/src/components/profile/ProfileCard.tsx @@ -89,8 +89,8 @@ export function ProfileCard({ return (
{/* Name and Actions Row */} -
-
+
+

{firstName}{' '} @@ -157,7 +157,7 @@ export function ProfileCard({

{/* Action Buttons */} -
+
{/* Message button - only enabled when connected */} {(showEditButton || connectionStatus === 'ACCEPTED') && ( messageHref ? (