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