mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
Merge pull request #17356 from ShirasawaSama/patch-19
feat: Add text truncation to ChatItem title display
This commit is contained in:
commit
24f78fed21
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue