forked from open-webui/open-webui
fix: empty title issue
This commit is contained in:
parent
404aa62a8a
commit
f2c7db7637
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@
|
||||||
<div
|
<div
|
||||||
class=" text-left self-center overflow-hidden {chat.id === $chatId
|
class=" text-left self-center overflow-hidden {chat.id === $chatId
|
||||||
? 'w-[160px]'
|
? 'w-[160px]'
|
||||||
: 'w-full'} "
|
: 'w-full'} h-[20px]"
|
||||||
>
|
>
|
||||||
{chat.title}
|
{chat.title}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue