Fix stab display in doc blocks

This commit is contained in:
Guillaume Gomez 2024-07-20 22:28:13 +02:00
parent 2e6fc42541
commit ee034f4912

View File

@ -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;