feat: add text truncation to ChatItem title display
This commit is contained in:
@@ -429,7 +429,7 @@
|
||||
draggable="false"
|
||||
>
|
||||
<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}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user