Fix stab display in doc blocks
This commit is contained in:
parent
2e6fc42541
commit
ee034f4912
1 changed files with 4 additions and 0 deletions
|
@ -831,6 +831,10 @@ pre, .rustdoc.src .example-wrap {
|
||||||
background: var(--table-alt-row-background-color);
|
background: var(--table-alt-row-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.docblock .stab, .docblock-short .stab {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
/* "where ..." clauses with block display are also smaller */
|
/* "where ..." clauses with block display are also smaller */
|
||||||
div.where {
|
div.where {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue