We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76ee83 commit 23abd18Copy full SHA for 23abd18
src/librustdoc/html/static/rustdoc.css
@@ -134,7 +134,6 @@ summary {
134
135
code, pre {
136
font-family: "Source Code Pro", monospace;
137
- white-space: pre-wrap;
138
}
139
.docblock code, .docblock-short code {
140
border-radius: 3px;
@@ -301,6 +300,7 @@ body:not(.source) .example-wrap {
301
300
302
body:not(.source) .example-wrap > pre.rust {
303
width: 100%;
+ overflow-x: auto;
304
305
306
#search {
0 commit comments