fix: styling

This commit is contained in:
Timothy J. Baek
2024-08-05 18:00:04 +02:00
parent ab6346ea1c
commit 37b117a84c
2 changed files with 13 additions and 8 deletions

View File

@@ -411,7 +411,7 @@
{/if}
<div
class="prose chat-{message.role} w-full max-w-full dark:prose-invert whitespace-pre-line"
class="prose chat-{message.role} w-full max-w-full dark:prose-invert prose-p:my-0 prose-img:my-0 whitespace-pre-line"
>
<div>
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}