diff --git a/packages/core/src/Tooltip/index.tsx b/packages/core/src/Tooltip/index.tsx index e29ac9b5..cb24b83a 100644 --- a/packages/core/src/Tooltip/index.tsx +++ b/packages/core/src/Tooltip/index.tsx @@ -96,7 +96,7 @@ const ExpandedTooltipTitle = styled(Typography).attrs({ variant: 'chip-tag-text', })` font-weight: ${font.fontWeight.semibold}; - white-space: nowrap; + white-space: normal; ` const ExpandedTooltipExtraInfo = styled(Typography).attrs({