From 634b101e417cc493260bb00882e17d00efa7bfa8 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 17 Jan 2026 16:51:55 +0000 Subject: [PATCH] fix: add word-breaking to thinking blocks to prevent horizontal scroll --- webview-ui/src/components/chat/ReasoningBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ReasoningBlock.tsx b/webview-ui/src/components/chat/ReasoningBlock.tsx index 1fd0c770a08..11166f5ae1c 100644 --- a/webview-ui/src/components/chat/ReasoningBlock.tsx +++ b/webview-ui/src/components/chat/ReasoningBlock.tsx @@ -68,7 +68,7 @@ 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 break-words">
)}