Skip to content

Commit 7854cc8

Browse files
committed
fix message ui
1 parent 9ad1bd2 commit 7854cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/cards/MessageCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function renderMarkdown(value: string) {
102102
</VCardTitle>
103103
<div
104104
v-if="props.message?.text && props.message?.action === 0"
105-
class="rounded-md text-body-1 py-1 px-4 elevation-2 bg-primary text-white chat-right mb-1"
105+
class="rounded-md text-body-1 py-1 px-4 elevation-2 bg-primary text-white chat-right"
106106
>
107107
<div class="markdown-body" v-html="renderMarkdown(props.message?.text)" />
108108
</div>

0 commit comments

Comments
 (0)