Fix <code> blocks in doc blocks display on mobile
This commit is contained in:
parent
44995f7afb
commit
0bfac7f67f
1 changed files with 4 additions and 0 deletions
|
|
@ -1969,4 +1969,8 @@ details.undocumented[open] > summary::before {
|
|||
.docblock {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.docblock code {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue