|
@@ -68,7 +68,7 @@ export const ReasoningBlock = ({ content, isStreaming, isLast }: ReasoningBlockP
|
|
|
{(content?.trim()?.length ?? 0) > 0 && !isCollapsed && (
|
|
{(content?.trim()?.length ?? 0) > 0 && !isCollapsed && (
|
|
|
<div
|
|
<div
|
|
|
ref={contentRef}
|
|
ref={contentRef}
|
|
|
- className="border-l border-vscode-descriptionForeground/20 ml-2 pl-4 pb-1 text-vscode-descriptionForeground">
|
|
|
|
|
|
|
+ className="border-l border-vscode-descriptionForeground/20 ml-2 pl-4 pb-1 text-vscode-descriptionForeground break-words">
|
|
|
<MarkdownBlock markdown={content} />
|
|
<MarkdownBlock markdown={content} />
|
|
|
</div>
|
|
</div>
|
|
|
)}
|
|
)}
|