add flex shrink (#4597)
This commit is contained in:
parent
4d6787009c
commit
4d9e686e3b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export function ProfileHoverCard(props: ProfileHoverCardProps) {
|
|||
return props.children
|
||||
} else {
|
||||
return (
|
||||
<View onPointerMove={onPointerMove}>
|
||||
<View onPointerMove={onPointerMove} style={[a.flex_shrink]}>
|
||||
<ProfileHoverCardInner {...props} />
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue