stop bubbles filling screen (#495)

This commit is contained in:
Michael Neale
2024-12-18 18:41:34 +11:00
committed by GitHub
parent 4c467d8f70
commit 84fd9cee09
+1 -1
View File
@@ -17,7 +17,7 @@ export default function UserMessage({ message }) {
/>
</div>
{urls.length > 0 && (
<div className="flex mt-2">
<div className="flex flex-wrap mt-2">
{urls.map((url, index) => (
<LinkPreview key={index} url={url} />
))}