Skip to content

Commit 71e2a8d

Browse files
committed
fix: adjust styling for message container to improve layout responsiveness
1 parent af0aa8c commit 71e2a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom/conversation_area/TextRenderer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<template>
22
<div
3-
class="flex rounded-xl border px-4 border-gray-200 dark:border-gray-700"
3+
class="flex rounded-xl border px-4 border-gray-200 dark:border-gray-700 min-w-0"
44
@click="handleMarkdownLinkClick"
55
:class="[
66
hasVegaLite ? 'w-full my-2' : 'm-2',
77
props.role === 'user' ? 'bg-lightListTableHeading dark:bg-darkListTableHeading self-end max-w-[80%] mr-4'
8-
: 'border-none self-start'
8+
: 'border-none self-start max-w-full'
99
]"
1010
>
1111
<IncremarkContent

0 commit comments

Comments
 (0)