We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e71c33 commit 6764b07Copy full SHA for 6764b07
src/Common/Tooltip/Tooltip.tsx
@@ -28,7 +28,7 @@ const Tooltip = ({
28
arrow={false}
29
placement="top"
30
{...rest}
31
- className={`default-tt ${wordBreak ? 'dc__word-break-all' : ''} dc__mxw-200-imp ${rest.className}`}
+ className={`default-tt ${wordBreak ? 'dc__word-break' : ''} dc__mxw-200-imp ${rest.className}`}
32
>
33
{cloneElement(child, { ...child.props, ref: refCallback })}
34
</TippyJS>
0 commit comments