Put word-wrap in default.css

This commit is contained in:
Omar Roth
2018-04-17 15:53:12 -05:00
parent 9180a19bf9
commit 7d3ecf7567
5 changed files with 12 additions and 7 deletions

View File

@@ -7,3 +7,8 @@
padding-top: 1em;
padding-bottom: 1em;
}
div {
overflow-wrap: break-word;
word-wrap: break-word;
}