mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Fix <code> blocks in doc blocks display on mobile
This commit is contained in:
parent
44995f7afb
commit
0bfac7f67f
@ -1969,4 +1969,8 @@ details.undocumented[open] > summary::before {
|
||||
.docblock {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.docblock code {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user