Skip to content

Commit e952982

Browse files
Update site/src/styles/global.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 91044b4 commit e952982

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

site/src/styles/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ body {
403403
}
404404

405405
.prose code {
406-
word-break: break-word;
406+
overflow-wrap: anywhere;
407+
word-break: normal;
407408
}
408409
}
409410

0 commit comments

Comments
 (0)