fix prompt wrapping issue

This commit is contained in:
2024-07-18 10:34:17 +08:00
parent 63b2f41b97
commit 9417b99ad4

View File

@@ -847,7 +847,7 @@ export default function ChatBOX(props: {
<div class="chat chat-start">
<div class="chat-header">Prompt</div>
<div
class="chat-bubble chat-bubble-accent cursor-pointer"
class="chat-bubble chat-bubble-accent cursor-pointer message-content"
onClick={() => setShowSettings(true)}
>
{chatStore.systemMessageContent}