Skip to content

Commit 800b6c7

Browse files
fix: Line break truncated characters in English(#3103)
1 parent 3964db2 commit 800b6c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/styles/md-editor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
}
1212
p {
1313
padding: 0 !important;
14+
word-break: break-word;
1415
}
1516
.md-editor-admonition {
1617
margin: 0;

0 commit comments

Comments
 (0)