feat: add text truncation to ChatItem title display

This commit is contained in:
Shirasawa 2025-09-11 15:45:55 +08:00 committed by GitHub
parent a05966af96
commit 932f759410
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -429,7 +429,7 @@
draggable="false" draggable="false"
> >
<div class=" flex self-center flex-1 w-full"> <div class=" flex self-center flex-1 w-full">
<div dir="auto" class="text-left self-center overflow-hidden w-full h-[20px]"> <div dir="auto" class="text-left self-center overflow-hidden w-full h-[20px] truncate">
{title} {title}
</div> </div>
</div> </div>