Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed May 22, 2024
1 parent 82a211e commit 65ba782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/message-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './style.css';

export function MessageContent ({ group }: { group: ConversationMessageGroupProps }) {
return (
<article className="prose prose-sm prose-neutral dark:prose-invert overflow-x-hidden break-keep">
<article className="prose prose-sm prose-neutral dark:prose-invert overflow-x-hidden break-words max-w-[unset]">
{group.assistantMessage?.content && <RemarkContent>
{group.assistantMessage.content}
</RemarkContent>}
Expand Down

0 comments on commit 65ba782

Please sign in to comment.