add flex shrink (#4597)
This commit is contained in:
@@ -64,7 +64,7 @@ export function ProfileHoverCard(props: ProfileHoverCardProps) {
|
|||||||
return props.children
|
return props.children
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<View onPointerMove={onPointerMove}>
|
<View onPointerMove={onPointerMove} style={[a.flex_shrink]}>
|
||||||
<ProfileHoverCardInner {...props} />
|
<ProfileHoverCardInner {...props} />
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user