Truncate handles in collapsed profile headers (#11577)

This commit is contained in:
Samuel Newman
2026-09-02 18:33:30 +03:00
committed by GitHub
parent 7d39aa3422
commit 1add59f80c
+1 -1
View File
@@ -219,7 +219,7 @@ export function SubtitleText({children}: {children: React.ReactNode}) {
IS_IOS && align === 'platform' && a.text_center,
t.atoms.text_contrast_medium,
]}
numberOfLines={2}>
numberOfLines={1}>
{children}
</Text>
)