fix: updated word break property for word wrap around (#23265) (#23430)

This commit is contained in:
Ankit 2025-06-12 14:41:49 +05:30 committed by GitHub
parent 852377769a
commit 2ac30aa3c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,7 +364,7 @@ const EditorStylesContainer = styled.div<{ $disabled?: boolean; $isExpandMode?:
.CodeMirror-wrap pre.CodeMirror-line-like {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
word-break: break-word;
}
.CodeMirror-linebackground {