From 1add59f80c1b748e66c3f3815318eff34337e269 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 2 Sep 2026 18:33:30 +0300 Subject: [PATCH] Truncate handles in collapsed profile headers (#11577) --- src/components/Layout/Header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index c70cebd703..7f3969adcd 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -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} )