diff --git a/packages/core-components/src/components/OverflowTooltip/OverflowTooltip.tsx b/packages/core-components/src/components/OverflowTooltip/OverflowTooltip.tsx index f0799b0d69..4b5b0f4bde 100644 --- a/packages/core-components/src/components/OverflowTooltip/OverflowTooltip.tsx +++ b/packages/core-components/src/components/OverflowTooltip/OverflowTooltip.tsx @@ -34,7 +34,6 @@ const useStyles = makeStyles( overflow: 'visible !important', }, typo: { - maxWidth: 200, overflow: 'hidden', textOverflow: 'ellipsis', display: '-webkit-box',