feat: tooltip placement updated to avoid flicker (#9932)

This commit is contained in:
Ishan
2026-01-06 12:12:37 +05:30
committed by GitHub
parent cf693582a5
commit 4853bb1f8c

View File

@@ -627,7 +627,7 @@ export default function CheckboxFilter(props: ICheckboxProps): JSX.Element {
) : (
<Typography.Text
className="value-string"
ellipsis={{ tooltip: { placement: 'right' } }}
ellipsis={{ tooltip: { placement: 'top' } }}
>
{String(value)}
</Typography.Text>