Skip to content
Prev Previous commit
Next Next commit
Fix code HTML items making big blocks if too long
  • Loading branch information
GuillaumeGomez committed Oct 26, 2024
commit dd3dc103fcad6bfc9dcfadf00f74b034ee9d0b95
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down