diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx index ddcb6414c8ffb37ffa6afe2b43654ed796ba0484..208f1660bbbdcc5d8d03c4596863f4697883f5ff 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx @@ -40,7 +40,7 @@ export default function Citations({ sources = [] }) { /> </button> {open && ( - <div className="flex flex-wrap md:justify-between md:flex-row flex-col items-center justify-start overflow-x-scroll mt-1 doc__source"> + <div className="flex flex-wrap md:flex-row flex-col items-center gap-4 overflow-x-scroll mt-1 doc__source"> {combineLikeSources(sources).map((source) => ( <Citation key={source?.id || v4()}