Fix:修复节点文本含有连续的数字或字母时没有换行的问题
This commit is contained in:
parent
cad6f1dce7
commit
d517ee338f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user