Increase the number of lines for quote posts from 6 to 20 (#2489)
parent
6ec6d522e8
commit
ce1e6518a2
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue