add flex shrink (#4597)
parent
4d6787009c
commit
4d9e686e3b
|
@ -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…
Reference in New Issue