feat: add word wrap

This commit is contained in:
Sivan 2020-03-15 19:43:18 +08:00
parent 5f105fe5d9
commit 47d85d752f
5 changed files with 12 additions and 2 deletions

View file

@ -73,6 +73,9 @@
font-weight: 400;
-webkit-font-smoothing: subpixel-antialiased;
line-height: 1.5;
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
}
.heti::before, .heti::after {