Skip to content

Commit 3c83596

Browse files
committed
rustdoc: Fix position of collapse-toggle on small screens
1 parent 6442580 commit 3c83596

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,10 @@ h4 > .important-traits {
10451045
z-index: -1;
10461046
border-bottom: 1px solid;
10471047
}
1048+
1049+
.collapse-toggle {
1050+
left: -17px;
1051+
}
10481052
}
10491053

10501054

0 commit comments

Comments
 (0)