Skip to content

Commit 75e0c06

Browse files
authored
fix(mobile): email warp (#3791) (#3792)
1 parent ade8280 commit 75e0c06

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/mobile/src/modules/settings/routes/Account.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ const AccountLinker: FC<{
156156
label={provider2LabelMap[provider]}
157157
icon={provider2IconMap[provider]}
158158
postfix={
159-
<Text ellipsizeMode="tail" className="text-secondary-label mr-1 max-w-[100px]">
159+
<Text
160+
ellipsizeMode="tail"
161+
numberOfLines={1}
162+
className="text-secondary-label mr-1 max-w-[150px]"
163+
>
160164
{account?.profile?.email || account?.profile?.name || ""}
161165
</Text>
162166
}

0 commit comments

Comments
 (0)