We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752e449 commit 81a61f8Copy full SHA for 81a61f8
packages/ui/src/components/message-part.css
@@ -785,7 +785,7 @@
785
[data-slot="question-body"] {
786
display: flex;
787
flex-direction: column;
788
- gap: 16px;
+ gap: 0;
789
flex: 1;
790
min-height: 0;
791
padding: 8px 8px 0;
@@ -822,7 +822,7 @@
822
font-weight: var(--font-weight-medium);
823
line-height: var(--line-height-large);
824
color: var(--text-strong);
825
- padding: 0 10px;
+ padding: 16px 10px 0;
826
}
827
828
[data-slot="question-hint"] {
0 commit comments