Skip to content

Commit

Permalink
Fix main section position so that the search input remains clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 11, 2020
1 parent ebfea62 commit 9c36491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,10 @@ h4 > .notable-traits {
height: 73px;
}

#main {
margin-top: 100px;
}

#main > table:not(.table-display) td {
word-break: break-word;
width: 50%;
Expand Down

0 comments on commit 9c36491

Please sign in to comment.