diff --git a/webview-ui/src/components/chat/ReasoningBlock.tsx b/webview-ui/src/components/chat/ReasoningBlock.tsx index 1fd0c770a08..dab9de1df38 100644 --- a/webview-ui/src/components/chat/ReasoningBlock.tsx +++ b/webview-ui/src/components/chat/ReasoningBlock.tsx @@ -68,7 +68,8 @@ export const ReasoningBlock = ({ content, isStreaming, isLast }: ReasoningBlockP {(content?.trim()?.length ?? 0) > 0 && !isCollapsed && (
+ className="border-l border-vscode-descriptionForeground/20 ml-2 pl-4 pb-1 text-vscode-descriptionForeground" + style={{ maxHeight: "none", overflow: "visible" }}>
)}