Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 333d9ae

Browse files
David Sandhboilund
authored andcommitted
fix(tooltip): wrap ExpandedTooltipTitle overflow
1 parent c3bfb9b commit 333d9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Tooltip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const ExpandedTooltipTitle = styled(Typography).attrs({
9696
variant: 'chip-tag-text',
9797
})`
9898
font-weight: ${font.fontWeight.semibold};
99-
white-space: nowrap;
99+
white-space: normal;
100100
`
101101

102102
const ExpandedTooltipExtraInfo = styled(Typography).attrs({

0 commit comments

Comments
 (0)