Increase the number of lines for quote posts from 6 to 20 (#2489)
This commit is contained in:
@@ -118,7 +118,7 @@ export function QuoteEmbed({
|
|||||||
<PostAlerts moderation={moderation} style={styles.alert} />
|
<PostAlerts moderation={moderation} style={styles.alert} />
|
||||||
) : null}
|
) : null}
|
||||||
{!isEmpty ? (
|
{!isEmpty ? (
|
||||||
<Text type="post-text" style={pal.text} numberOfLines={6}>
|
<Text type="post-text" style={pal.text} numberOfLines={20}>
|
||||||
{quote.text}
|
{quote.text}
|
||||||
</Text>
|
</Text>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user