Skip to content

Commit 0885865

Browse files
committed
rustdoc: Move collapse toggle to the left
1 parent c904b1b commit 0885865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ a.test-arrow:hover{
695695
.collapse-toggle {
696696
font-weight: 300;
697697
position: absolute;
698-
left: -23px;
698+
left: -40px;
699699
top: 0;
700700
}
701701

0 commit comments

Comments
 (0)