We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad1bd2 commit 7854cc8Copy full SHA for 7854cc8
1 file changed
src/components/cards/MessageCard.vue
@@ -102,7 +102,7 @@ function renderMarkdown(value: string) {
102
</VCardTitle>
103
<div
104
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"
+ class="rounded-md text-body-1 py-1 px-4 elevation-2 bg-primary text-white chat-right"
106
>
107
<div class="markdown-body" v-html="renderMarkdown(props.message?.text)" />
108
</div>
0 commit comments