We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e584fd5 commit 3cb9997Copy full SHA for 3cb9997
1 file changed
custom/Message.vue
@@ -1,13 +1,13 @@
1
<template>
2
<div
3
- class="max-w-[80%] flex px-4 m-2 rounded-xl border border-gray-200 dark:border-gray-700"
+ class="max-w-[80%] flex px-4 py-2 m-2 rounded-xl border border-gray-200 dark:border-gray-700"
4
@click="handleMarkdownLinkClick"
5
:class="props.role === 'user' ? 'bg-lightListTableHeading dark:bg-darkListTableHeading self-end'
6
: isTypeReasoning || isTypeToolCall ? 'bg-transparent border-none self-start'
7
: 'bg-blue-100 dark:bg-blue-700/10 self-start'"
8
>
9
<IncremarkContent
10
- class="text-wrap break-words"
+ class="text-wrap break-words max-w-full"
11
v-if="content && props.type === 'text'"
12
:content="content"
13
:is-finished="isFinished"
0 commit comments