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);
|
||||
}
|
||||
|
||||
.docblock .stab, .docblock-short .stab {
|
||||
.docblock .stab, .docblock-short .stab, .docblock p code {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user