chore: fix editor z-index

This commit is contained in:
boojack
2022-07-10 08:35:36 +08:00
parent 21702b615a
commit 10d710cf03
4 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,10 @@
@import "./mixin.less";
.memo-content-text {
@apply w-full whitespace-pre-wrap break-words text-base leading-7;
@apply w-full whitespace-pre-wrap break-all text-base leading-7;
> p {
@apply inline-block w-full h-auto mb-1 last:mb-0 text-base leading-7 whitespace-pre-wrap break-words;
@apply inline-block w-full h-auto mb-1 last:mb-0 text-base leading-7 whitespace-pre-wrap break-all;
}
.tag-span {