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 d5b23b2 commit 16a861cCopy full SHA for 16a861c
src/librustdoc/html/static/css/rustdoc.css
@@ -607,6 +607,9 @@ ul.block, .block li {
607
.out-of-band {
608
flex-grow: 0;
609
font-size: 1.125rem;
610
+ align-items: end;
611
+ display: flex;
612
+ gap: 0.25em;
613
}
614
615
.docblock code, .docblock-short code,
@@ -1675,6 +1678,7 @@ in src-script.js
1675
1678
text-align: left;
1676
1679
margin-left: initial;
1677
1680
padding: initial;
1681
+ display: block;
1682
1683
1684
.out-of-band .since::before {
0 commit comments