enable numberOfLines on replyTo component (#9196)

This commit is contained in:
Samuel Newman
2025-10-13 19:36:06 +03:00
committed by GitHub
parent ea9986f127
commit 0f6a99c8a5
+3 -1
View File
@@ -57,7 +57,9 @@ export function PostRepliedTo({
size="xs"
style={[t.atoms.text_contrast_medium, {top: -1}]}
/>
<Text style={textStyle}>{label}</Text>
<Text style={[a.flex_1, textStyle]} numberOfLines={1}>
{label}
</Text>
</View>
)
}