mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix code block wrapping behavior
This commit is contained in:
parent
9467583938
commit
c69b515345
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ const ChatRow: React.FC<ChatRowProps> = ({
|
|||
<code
|
||||
{...rest}
|
||||
className={className}
|
||||
style={{ whiteSpace: "pre-line", wordBreak: "break-all" }}>
|
||||
style={{ whiteSpace: "pre-line", wordBreak: "break-word" }}>
|
||||
{children}
|
||||
</code>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue