Docs: Fixed text not wrapping to the next line in code blocks
This commit is contained in:
parent
314ba6858b
commit
8886396a39
1 changed files with 4 additions and 0 deletions
|
@ -306,3 +306,7 @@ nav#sidebar > div.highlightable {
|
|||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: normal;
|
||||
}
|
Loading…
Add table
Reference in a new issue