Fix:修复节点文本含有连续的数字或字母时没有换行的问题

This commit is contained in:
街角小林 2023-12-14 08:49:13 +08:00
parent cad6f1dce7
commit d517ee338f

View File

@ -96,8 +96,13 @@ class RichText {
border: none;
}
.smm-richtext-node-wrap {
word-break: break-all;
}
.smm-richtext-node-wrap p {
font-family: auto;
}
.smm-richtext-node-edit-wrap p {