mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: citations styling
This commit is contained in:
parent
5de2b00064
commit
e2e96b5776
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@
|
|||
{/if}
|
||||
|
||||
{#if message.citations}
|
||||
<div class="mt-1 mb-2 w-full flex gap-1 items-center">
|
||||
<div class="mt-1 mb-2 w-full flex gap-1 items-center flex-wrap">
|
||||
{#each message.citations.reduce((acc, citation) => {
|
||||
citation.document.forEach((document, index) => {
|
||||
const metadata = citation.metadata?.[index];
|
||||
|
|
|
|||
Loading…
Reference in a new issue