mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-20 08:28:50 +00:00
Fix <code> blocks in doc blocks display on mobile
This commit is contained in:
@@ -1969,4 +1969,8 @@ details.undocumented[open] > summary::before {
|
||||
.docblock {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.docblock code {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user