We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8351a commit 645b2e4Copy full SHA for 645b2e4
1 file changed
packages/client/internals/ShikiEditor.vue
@@ -43,7 +43,8 @@ textarea {
43
font-variation-settings: normal;
44
font-size: 1em;
45
text-wrap: wrap;
46
- word-break: break-all;
+ word-break: normal;
47
+ overflow-wrap: break-word;
48
display: block;
49
width: 100%;
50
}
0 commit comments