We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent431de38 commit9bd88eaCopy full SHA for 9bd88ea
src/views/chat/components/Message/Text.vue
@@ -67,8 +67,8 @@ defineExpose({ textRef })
67
<divclass="text-black":class="wrapClass">
68
<divref="textRef"class="leading-relaxed break-words">
69
<divv-if="!inversion"class="flex items-end">
70
- <divv-if="!asRawText"class="markdown-body"v-html="text" />
71
- <divv-elseclass="whitespace-pre-wrap"v-text="text" />
+ <divv-if="!asRawText"class="w-fullmarkdown-body"v-html="text" />
+ <divv-elseclass="w-fullwhitespace-pre-wrap"v-text="text" />
72
<spanv-if="loading"class="dark:text-white w-[4px] h-[20px] block animate-blink" />
73
</div>
74
<divv-elseclass="whitespace-pre-wrap"v-text="text" />