From 2245584734a321ff0c2b6c7dbc9c080b6da3edf8 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Tue, 23 Jun 2026 12:58:56 +0530 Subject: [PATCH] fix: prevent profile bio/description horizontal overflow Add min-w-0 to the flex-1 right content column so it can shrink below its content width (flex items default to min-width:auto), and break-words on the bio paragraph for long unbroken strings. --- src/app/(user)/user/profile/[id]/page.tsx | 2 +- src/components/profile/ProfileCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(user)/user/profile/[id]/page.tsx b/src/app/(user)/user/profile/[id]/page.tsx index 47d22df..7e1d884 100644 --- a/src/app/(user)/user/profile/[id]/page.tsx +++ b/src/app/(user)/user/profile/[id]/page.tsx @@ -533,7 +533,7 @@ export default function AgentProfileView() { {/* Right Content - Profile Info + Experience + All Sections */} -
+
{/* Profile Card - No edit button for user view */} {/* Bio */} -

+

{bio}