Apply suggestion from @ItzNotABug

This commit is contained in:
Darshan
2025-10-23 10:57:21 +05:30
committed by GitHub
parent dbebcd864a
commit cb3dcd9533
@@ -1055,7 +1055,7 @@
text={formatted} />
</button>
{:else if formatted.length > 20}
<Tooltip placement="bottom" portal disabled>
<Tooltip placement="bottom" portal>
<Typography.Text truncate>
{formatted}
</Typography.Text>