Skip to content

Commit

Permalink
bug/9054-LinkOverflow (#9303)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodur authored Aug 9, 2024
1 parent 80d4f7a commit 2dddf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/src/components/LinkWithAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const LinkWithAnalytics = ({ analyticsOnPress, analyticsProps, disablePadding, .
}

return (
<Box flexDirection={'row'} py={py} pr={pr}>
<Box flexDirection={'row'} flexWrap="wrap" py={py} pr={pr}>
<Link analytics={analytics} icon={{ preventScaling: true }} {...props} />
</Box>
)
Expand Down

0 comments on commit 2dddf06

Please sign in to comment.