word wrapping
This commit is contained in:
parent
562fa112e7
commit
0bb58fefb3
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.j2-page {
|
.j2-page {
|
||||||
|
|
Loading…
Reference in New Issue