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

zio/stable
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
1 changed files with 1 additions and 1 deletions

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}