Commit e2e96b57 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: citations styling

parent 5de2b000
......@@ -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];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment