fix word-break

This commit is contained in:
2022-10-23 13:33:58 +08:00
parent 9bc2474348
commit 6aab68b3c4

View File

@@ -18,6 +18,7 @@ pre {
* { * {
box-sizing: border-box; box-sizing: border-box;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }