diff --git a/src/components/common/CreatorProfileHeader.tsx b/src/components/common/CreatorProfileHeader.tsx index d8a449e1..06e193b8 100644 --- a/src/components/common/CreatorProfileHeader.tsx +++ b/src/components/common/CreatorProfileHeader.tsx @@ -17,6 +17,9 @@ interface CreatorProfileHeaderProps { className?: string; } +const CREATOR_PROFILE_SUBTITLE_WRAP_CLASS_NAME = + 'max-w-full whitespace-normal break-words [overflow-wrap:anywhere]'; + const CreatorProfileHeader: React.FC = ({ name, handle, @@ -77,7 +80,14 @@ const CreatorProfileHeader: React.FC = ({ {isVerified &&
} -

@{handle}

+

+ @{handle} +