fix(web): hide tree view text overflow with ellipsis (#12161)

fix(web): hide tree view overflow with ellipsis
pull/12172/head
Ben 2024-08-30 17:32:12 +07:00 committed by GitHub
parent 18fcc3569f
commit 4cc11efd04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -39,7 +39,7 @@
size={20}
/>
</div>
<span class="text-nowrap overflow-clip font-mono pl-1 pt-1">{value}</span>
<span class="text-nowrap overflow-hidden text-ellipsis font-mono pl-1 pt-1">{value}</span>
</a>
{#if isOpen}