Fixes to lineheight on web to counteract emoji issues
This commit is contained in:
parent
80bd3398d7
commit
d97e233518
8 changed files with 31 additions and 14 deletions
|
@ -146,7 +146,11 @@ export const PostThreadItem = observer(function PostThreadItem({
|
|||
style={styles.metaItem}
|
||||
href={authorHref}
|
||||
title={authorTitle}>
|
||||
<Text type="xl-bold" style={[pal.text]} numberOfLines={1}>
|
||||
<Text
|
||||
type="xl-bold"
|
||||
style={[pal.text]}
|
||||
numberOfLines={1}
|
||||
lineHeight={1.2}>
|
||||
{item.post.author.displayName || item.post.author.handle}
|
||||
</Text>
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue