Skip to content

Commit 81a61f8

Browse files
committed
tweak(ui): improve collapse area
1 parent 752e449 commit 81a61f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@
785785
[data-slot="question-body"] {
786786
display: flex;
787787
flex-direction: column;
788-
gap: 16px;
788+
gap: 0;
789789
flex: 1;
790790
min-height: 0;
791791
padding: 8px 8px 0;
@@ -822,7 +822,7 @@
822822
font-weight: var(--font-weight-medium);
823823
line-height: var(--line-height-large);
824824
color: var(--text-strong);
825-
padding: 0 10px;
825+
padding: 16px 10px 0;
826826
}
827827

828828
[data-slot="question-hint"] {

0 commit comments

Comments
 (0)