fix: preserve spaces in the block's content

This commit is contained in:
Tienson Qin
2021-05-24 08:56:24 +08:00
parent eed2e9dd66
commit 9cc6e3db65
4 changed files with 8 additions and 6 deletions

View File

@@ -10,6 +10,8 @@
max-width: 100%;
overflow: initial;
cursor: text;
white-space: pre-wrap;
overflow-wrap: break-word;
word-break: break-word;
img {