Skip to content

Commit

Permalink
fix(ui): allow tooltip to wrap text in bundle tag
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 16, 2024
1 parent c55be8c commit 6303ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-atlas-ui/components/BundleTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function BundleTag({ className, platform, environment, ...props }: Bundel
</PlatformName>
</Tag>
</TooltipTrigger>
<TooltipContent>
<TooltipContent className="text-wrap">
<p>
Expo creates bundles for every platform containing only{' '}
<a
Expand Down

0 comments on commit 6303ce8

Please sign in to comment.