We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53aa79 commit 7b773c6Copy full SHA for 7b773c6
1 file changed
packages/ui/src/components/message-part.css
@@ -21,7 +21,7 @@
21
align-self: stretch;
22
width: 100%;
23
max-width: 100%;
24
- gap: 8px;
+ gap: 0;
25
26
&[data-interrupted] {
27
color: var(--text-weak);
@@ -98,6 +98,10 @@
98
align-items: flex-end;
99
}
100
101
+ [data-slot="user-message-attachments"] + [data-slot="user-message-body"] {
102
+ margin-top: 8px;
103
+ }
104
+
105
[data-slot="user-message-text"] {
106
display: inline-block;
107
white-space: pre-wrap;
0 commit comments