fix(ui): profile name and description overflowing on web
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
@@ -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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user