We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61af754 commit deef11dCopy full SHA for deef11d
src/librustdoc/html/static/rustdoc.css
@@ -820,8 +820,8 @@ span.since {
820
width: 100%;
821
}
822
823
- .content .out-of-band {
824
- display: none;
+ .content h4 > .out-of-band {
+ position: inherit;
825
826
827
.toggle-wrapper > .collapse-toggle {
@@ -835,6 +835,10 @@ span.since {
835
#search {
836
margin-left: 0;
837
838
+
839
+ .content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {
840
+ display: flex;
841
+ }
842
843
844
@media print {
0 commit comments