We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6fc42 commit ee034f4Copy full SHA for ee034f4
src/librustdoc/html/static/css/rustdoc.css
@@ -831,6 +831,10 @@ pre, .rustdoc.src .example-wrap {
831
background: var(--table-alt-row-background-color);
832
}
833
834
+.docblock .stab, .docblock-short .stab {
835
+ display: inline-block;
836
+}
837
+
838
/* "where ..." clauses with block display are also smaller */
839
div.where {
840
white-space: pre-wrap;
0 commit comments