mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fix stab display in doc blocks
This commit is contained in:
parent
2e6fc42541
commit
ee034f4912
@ -831,6 +831,10 @@ pre, .rustdoc.src .example-wrap {
|
||||
background: var(--table-alt-row-background-color);
|
||||
}
|
||||
|
||||
.docblock .stab, .docblock-short .stab {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* "where ..." clauses with block display are also smaller */
|
||||
div.where {
|
||||
white-space: pre-wrap;
|
||||
|
Loading…
Reference in New Issue
Block a user