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.
<details>
<summary>
1 parent 6557985 commit 07596feCopy full SHA for 07596fe
src/librustdoc/html/static/css/rustdoc.css
@@ -1669,16 +1669,9 @@ details.rustdoc-toggle[open] > summary.hideme::after {
1669
content: "Collapse";
1670
}
1671
1672
-.docblock details summary {
1673
- display: flex;
1674
- list-style: none;
1675
- align-items: center;
1676
-}
1677
-.docblock details[open] summary::before {
1678
- content: "► ";
1679
1680
1681
- content: "▼ ";
+/* This is needed in docblocks to have the "▶" element to be on the same line. */
+.docblock summary > * {
+ display: inline-block;
1682
1683
1684
/* Media Queries */
0 commit comments