Citations UI bug fix ()

citations spacing fix
This commit is contained in:
Sean Hatfield 2023-10-26 13:27:20 -07:00 committed by GitHub
parent 5f4d42edb8
commit c8c0328346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()}