diff --git a/webview-ui/src/components/ChatRow.tsx b/webview-ui/src/components/ChatRow.tsx index 6a4bf83..3e180f4 100644 --- a/webview-ui/src/components/ChatRow.tsx +++ b/webview-ui/src/components/ChatRow.tsx @@ -187,7 +187,7 @@ const ChatRow: React.FC = ({ + style={{ whiteSpace: "pre-line", wordBreak: "break-word" }}> {children} )