Hi I have this block of code
<Tooltip
wrapLines
sx={{ maxWidth: 20 }}
withArrow
transition='fade'
transitionDuration={200}
label={item.description}
position='bottom'
ml={5}
>
<AiOutlineInfoCircle size={15} color='white' />
</Tooltip>
The output looks like the image attached.
As you can see the tooltip is still very long despite already setting the maxWidth to 20