Skip to content

Commit c729e4d

Browse files
Remove terribly useless and problematic margin when searching on mobile
1 parent af7de7b commit c729e4d

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
@@ -831,6 +831,10 @@ span.since {
831831
.toggle-wrapper {
832832
height: 1.5em;
833833
}
834+
835+
#search {
836+
margin-left: 0;
837+
}
834838
}
835839

836840
@media print {

0 commit comments

Comments
 (0)