add flex shrink (#4597)
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user