Skip to content

Commit 75b69c4

Browse files
Fix search when looking to sources
1 parent e40beb3 commit 75b69c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ nav.sub {
236236
overflow: auto;
237237
padding-left: 0;
238238
}
239+
#search {
240+
margin-left: 230px;
241+
}
239242
.content pre.line-numbers {
240243
float: left;
241244
border: none;

0 commit comments

Comments
 (0)