Timothy J. Baek 1 год назад
Родитель
Сommit
66e7e577df
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/lib/components/chat/Messages/ResponseMessage.svelte

+ 2 - 2
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -470,8 +470,8 @@
 				} -->
 
 				{#if message.citations}
-					<hr class="  dark:border-gray-800 mt-1" />
-					<div class="my-2.5 w-full flex overflow-x-auto gap-2 flex-wrap">
+					<hr class="  dark:border-gray-800 my-1" />
+					<div class="my-2.5 w-full flex flex-col gap-1">
 						{#each message.citations.reduce((acc, citation) => {
 							citation.document.forEach((document, index) => {
 								const metadata = citation.metadata?.[index];