Skip to content

Commit a20e3e7

Browse files
committed
move to top
1 parent 879f631 commit a20e3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/chatbot/shared/Message.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@
249249
.message {
250250
position: relative;
251251
width: 100%;
252-
margin-bottom: var(--spacing-sm);
252+
margin-top: var(--spacing-sm);
253253
}
254254
255255
.message.display_consecutive_in_same_bubble {
256-
margin-bottom: 0;
256+
margin-top: 0;
257257
}
258258
259259
/* avatar styles */

0 commit comments

Comments
 (0)