Skip to content

Commit

Permalink
Increase the number of lines for quote posts from 6 to 20 (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee authored Jan 11, 2024
1 parent 6ec6d52 commit ce1e651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/com/util/post-embeds/QuoteEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ce1e651

Please sign in to comment.