fix: 横向缩略图内文字换行不正确(#121)

This commit is contained in:
pipipi-pikachu 2022-06-06 20:39:34 +08:00
parent 62c088c067
commit e4657b05aa

View File

@ -5,6 +5,7 @@
border: 0;
font-size: 20px;
word-break: break-word;
white-space: normal;
&:not(.ProseMirror-static) {
user-select: text;