Skip to content

Commit c26abe7

Browse files
Fix not selectable search input
1 parent dde3611 commit c26abe7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+5
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,11 @@ span.since {
884884
margin-left: 0px;
885885
}
886886

887+
#main {
888+
margin-top: 50px;
889+
padding: 0;
890+
}
891+
887892
.content .in-band {
888893
width: 100%;
889894
}

0 commit comments

Comments
 (0)