We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0aa8c commit 71e2a8dCopy full SHA for 71e2a8d
1 file changed
custom/conversation_area/TextRenderer.vue
@@ -1,11 +1,11 @@
1
<template>
2
<div
3
- class="flex rounded-xl border px-4 border-gray-200 dark:border-gray-700"
+ class="flex rounded-xl border px-4 border-gray-200 dark:border-gray-700 min-w-0"
4
@click="handleMarkdownLinkClick"
5
:class="[
6
hasVegaLite ? 'w-full my-2' : 'm-2',
7
props.role === 'user' ? 'bg-lightListTableHeading dark:bg-darkListTableHeading self-end max-w-[80%] mr-4'
8
- : 'border-none self-start'
+ : 'border-none self-start max-w-full'
9
]"
10
>
11
<IncremarkContent
0 commit comments