Set word-wrap: break-word by default

* Closes #32
This commit is contained in:
Track3
2019-02-14 15:58:07 +08:00
parent a892acdcb2
commit 61592cc6fb
4 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ code {
border-radius: 3px;
padding: 0 3px;
margin: 0 4px;
word-break: break-all;
word-wrap: break-word;
letter-spacing: normal;
}