mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
stop bubbles filling screen (#495)
This commit is contained in:
@@ -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} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user