Increase the number of lines for quote posts from 6 to 20 (#2489)

This commit is contained in:
Paul Frazee 2024-01-10 22:51:54 -08:00 committed by GitHub
parent 6ec6d522e8
commit ce1e6518a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ export function QuoteEmbed({
<PostAlerts moderation={moderation} style={styles.alert} />
) : null}
{!isEmpty ? (
<Text type="post-text" style={pal.text} numberOfLines={6}>
<Text type="post-text" style={pal.text} numberOfLines={20}>
{quote.text}
</Text>
) : null}