fix(ui): profile name and description overflowing on web

This commit is contained in:
Caidan Williams
2025-07-28 17:38:58 -07:00
committed by Austin McKinley
parent 3342d587e1
commit 27cbbea1f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ export function ProfileGrid({
moderationOpts={moderationOpts} moderationOpts={moderationOpts}
size={88} size={88}
/> />
<View style={[a.flex_col, a.align_center]}> <View style={[a.flex_col, a.align_center, a.max_w_full]}>
<ProfileCard.Name <ProfileCard.Name
profile={profile} profile={profile}
moderationOpts={moderationOpts} moderationOpts={moderationOpts}
+1 -1
View File
@@ -282,7 +282,7 @@ export function Name({
) )
const verification = useSimpleVerificationState({profile}) const verification = useSimpleVerificationState({profile})
return ( return (
<View style={[a.flex_row, a.align_center]}> <View style={[a.flex_row, a.align_center, a.max_w_full]}>
<Text <Text
emoji emoji
style={[ style={[