Skip to content

Commit

Permalink
Fix invalid line number match
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 2, 2018
1 parent b76ee83 commit 23abd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ summary {

code, pre {
font-family: "Source Code Pro", monospace;
white-space: pre-wrap;
}
.docblock code, .docblock-short code {
border-radius: 3px;
Expand Down Expand Up @@ -301,6 +300,7 @@ body:not(.source) .example-wrap {

body:not(.source) .example-wrap > pre.rust {
width: 100%;
overflow-x: auto;
}

#search {
Expand Down

0 comments on commit 23abd18

Please sign in to comment.