From 4ac5e554135a5d767f86d03a75f46b030a5188b4 Mon Sep 17 00:00:00 2001 From: Erich Focht Date: Mon, 7 Aug 2023 22:36:23 +0200 Subject: [PATCH] Actually enable x-scrolling when citations overflow. (#178) --- .../WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx index 9ffe9713..91aab2ed 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx @@ -22,7 +22,7 @@ export default function Citations({ sources = [] }) { return (
-
+
{combineLikeSources(sources).map((source) => (