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
|
@ -64,7 +64,7 @@ export function UserInfoText({
|
|||
)
|
||||
} else if (profile) {
|
||||
inner = (
|
||||
<Text type={type} style={style}>{`${prefix || ''}${
|
||||
<Text type={type} style={style} lineHeight={1.2}>{`${prefix || ''}${
|
||||
profile[attr] || profile.handle
|
||||
}`}</Text>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue