word wrapping fix
This commit is contained in:
parent
cc57a49e62
commit
b0b07fb590
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
pre {
|
||||
font-family: inherit;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in a new issue