Fix code HTML items making big blocks if too long
This commit is contained in:
parent
8aca4bab08
commit
dd3dc103fc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue