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 80059e1 commit daa7283Copy full SHA for daa7283
src/librustdoc/html/static/css/rustdoc.css
@@ -539,13 +539,11 @@ ul.block, .block li {
539
540
.rustdoc .example-wrap > pre {
541
margin: 0;
542
- flex-grow: 1;
543
overflow-x: auto;
544
}
545
546
.rustdoc .example-wrap > pre.example-line-numbers,
547
.rustdoc .example-wrap > pre.src-line-numbers {
548
- flex-grow: 0;
549
overflow: initial;
550
text-align: right;
551
-webkit-user-select: none;
0 commit comments