Fix <code> blocks in doc blocks display on mobile

This commit is contained in:
Guillaume Gomez 2021-10-07 17:25:58 +02:00
parent 44995f7afb
commit 0bfac7f67f

View File

@ -1969,4 +1969,8 @@ details.undocumented[open] > summary::before {
.docblock {
margin-left: 12px;
}
.docblock code {
overflow-wrap: anywhere;
}
}