mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix code HTML items making big blocks if too long
This commit is contained in:
parent
8aca4bab08
commit
dd3dc103fc
@ -959,7 +959,7 @@ pre, .rustdoc.src .example-wrap, .example-wrap .src-line-numbers {
|
|||||||
background: var(--table-alt-row-background-color);
|
background: var(--table-alt-row-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.docblock .stab, .docblock-short .stab {
|
.docblock .stab, .docblock-short .stab, .docblock p code {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user