From afb19fe637451aae7c7adbfcb482fd27fa347b26 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:15:14 -0700 Subject: [PATCH] Fix: handle long wrapping titles in AI chat document list (#13206) --- src-ui/src/app/components/chat/chat/chat.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/chat/chat/chat.component.html b/src-ui/src/app/components/chat/chat/chat.component.html index b3bc20ddf..19859063f 100644 --- a/src-ui/src/app/components/chat/chat/chat.component.html +++ b/src-ui/src/app/components/chat/chat/chat.component.html @@ -16,7 +16,7 @@ @if (message.role === 'assistant' && message.references?.length) {
@for (reference of message.references; track reference.id) { - + {{ reference.title }} }