Skip to content

Commit c5a8847

Browse files
committed
Update prompt-input.tsx
1 parent c7b1afa commit c5a8847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/elements/src/prompt-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export function PromptInputAttachments({
366366
}
367367

368368
return (
369-
<div className={cn("flex flex-wrap gap-1 p-2.5", className)}>
369+
<div className={cn("flex w-full flex-wrap gap-1 p-2.5", className)}>
370370
{attachments.files.map((file) => (
371371
<Fragment key={file.id}>{children(file)}</Fragment>
372372
))}

0 commit comments

Comments
 (0)