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 2b8fbe6 commit 494e29dCopy full SHA for 494e29d
src/librustdoc/html/static/rustdoc.css
@@ -1346,7 +1346,7 @@ h4 > .notable-traits {
1346
to prevent an overlay between the "collapse toggle" and the information tooltip.
1347
However, it's not needed with smaller screen width because the doc/code block is always put
1348
"one line" below. */
1349
- .information:first-child > .tooltip {
+ .docblock > .information:first-child > .tooltip {
1350
margin-top: 16px;
1351
}
1352
0 commit comments