word wrapping

This commit is contained in:
pixeldesu 2014-11-30 23:18:46 +01:00
parent 562fa112e7
commit 0bb58fefb3
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
body {
overflow-y: scroll;
word-wrap: break-word;
}
.j2-page {