mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
feat: add text truncation to ChatItem title display
This commit is contained in:
parent
a05966af96
commit
932f759410
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue