We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10d01b commit bb91805Copy full SHA for bb91805
src/librustdoc/html/static/rustdoc.css
@@ -117,7 +117,6 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
117
}
118
h1.fqn {
119
display: flex;
120
- gap: 8px;
121
width: 100%;
122
border-bottom: 1px dashed;
123
margin-top: 0;
@@ -465,6 +464,7 @@ h1.fqn > .out-of-band {
465
464
float: unset;
466
flex: 1;
467
text-align: right;
+ margin-left: 8px;
468
469
470
h3.impl > .out-of-band {
0 commit comments