Skip to content

Commit 7b773c6

Browse files
committed
chore: cleanup
1 parent e53aa79 commit 7b773c6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/ui/src/components/message-part.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
align-self: stretch;
2222
width: 100%;
2323
max-width: 100%;
24-
gap: 8px;
24+
gap: 0;
2525

2626
&[data-interrupted] {
2727
color: var(--text-weak);
@@ -98,6 +98,10 @@
9898
align-items: flex-end;
9999
}
100100

101+
[data-slot="user-message-attachments"] + [data-slot="user-message-body"] {
102+
margin-top: 8px;
103+
}
104+
101105
[data-slot="user-message-text"] {
102106
display: inline-block;
103107
white-space: pre-wrap;

0 commit comments

Comments
 (0)