Fixed parent width
The preview parent is user-resizable. The value fills that parent so it does not shrink after truncation.
<div className="w-[220px]">
<MiddleTruncate className="w-full" balance={__BALANCE__}>
portal-website/apps/web/src/components/...
</MiddleTruncate>
</div>