mirror of
https://github.com/strapi/strapi.git
synced 2025-10-19 12:02:38 +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 {
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: normal;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-linebackground {
|
.CodeMirror-linebackground {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user