mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:29:54 +01:00
word wrapping
This commit is contained in:
parent
562fa112e7
commit
0bb58fefb3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.j2-page {
|
||||
|
|
Loading…
Reference in a new issue