mirror of
https://github.com/strapi/strapi.git
synced 2025-10-16 10:33:34 +00:00
This commit is contained in:
parent
852377769a
commit
2ac30aa3c2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user