Skip to content

Commit 1533efc

Browse files
authored
Wrap code blocks by default (RooCodeInc#8194)
1 parent d956cdb commit 1533efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/common/CodeBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const CodeBlock = memo(
219219
rawSource,
220220
language,
221221
preStyle,
222-
initialWordWrap = false,
222+
initialWordWrap = true,
223223
initialWindowShade = true,
224224
collapsedHeight,
225225
onLanguageChange,

0 commit comments

Comments
 (0)