mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(web): hide tree view text overflow with ellipsis (#12161)
fix(web): hide tree view overflow with ellipsis
This commit is contained in:
parent
18fcc3569f
commit
4cc11efd04
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
size={20}
|
size={20}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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>
|
</a>
|
||||||
|
|
||||||
{#if isOpen}
|
{#if isOpen}
|
||||||
|
|
Loading…
Reference in a new issue