Fix long strings correctly in ChatRow

This commit is contained in:
Joe Manley 2025-02-26 09:32:13 -08:00
parent 12f0e4206b
commit 78d5af491a

View file

@ -617,8 +617,10 @@ export const ChatRowContent = ({
color: "var(--vscode-badge-foreground)",
borderRadius: "3px",
padding: "9px",
whiteSpace: "pre-line",
wordWrap: "break-word",
overflow: "hidden",
whiteSpace: "pre-wrap",
wordBreak: "break-word",
overflowWrap: "anywhere",
}}>
<div
style={{