Fixed code blocks line wrapping
This commit is contained in:
parent
42c9f4ee5e
commit
e0f6531624
2 changed files with 4 additions and 7 deletions
|
@ -24,6 +24,9 @@ p {
|
|||
text-justify: inter-character;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
pre,code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
nav#TableOfContents ul {
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue