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
|
@ -164,7 +164,7 @@ export const Post = observer(function Post({
|
|||
size={9}
|
||||
style={[pal.textLight, s.mr5]}
|
||||
/>
|
||||
<Text type="sm" style={[pal.textLight, s.mr2]}>
|
||||
<Text type="sm" style={[pal.textLight, s.mr2]} lineHeight={1.2}>
|
||||
Reply to
|
||||
</Text>
|
||||
<UserInfoText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue