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 653aea6 commit f748a0fCopy full SHA for f748a0f
src/Shared/Components/FilterChips/FilterChips.component.tsx
@@ -45,7 +45,7 @@ const FilterChip = ({
45
<span className="dc__divider h-24" />
46
</>
47
)}
48
- <Tooltip content={valueToDisplay} showOnTruncate>
+ <Tooltip content={valueToDisplay}>
49
<span className="dc__ellipsis-right dc__word-break dc__mxw-150">{valueToDisplay}</span>
50
</Tooltip>
51
{showRemoveIcon && (
0 commit comments