Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jsha
Fix docblock code display on mobile Fixes https://github.com/rust-lang/rust/issues/89618. Before:  After:  r? `@jsha`
This commit is contained in:
commit
3fa897df26
3 changed files with 16 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