Fix invalid line number match
This commit is contained in:
parent
b76ee83254
commit
23abd182d8
@ -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;
|
||||
@ -301,6 +300,7 @@ body:not(.source) .example-wrap {
|
||||
|
||||
body:not(.source) .example-wrap > pre.rust {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#search {
|
||||
|
Loading…
Reference in New Issue
Block a user