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.
2 parents 3993dc9 + 08a6cf3 commit 298e681Copy full SHA for 298e681
src/librustdoc/html/static/rustdoc.css
@@ -282,7 +282,7 @@ nav.sub {
282
padding-left: 0;
283
}
284
285
-body:not(.source) .example-wrap {
+:not(.source) .example-wrap {
286
display: inline-flex;
287
margin-bottom: 10px;
288
@@ -300,7 +300,7 @@ body:not(.source) .example-wrap {
300
text-align: right;
301
302
303
-body:not(.source) .example-wrap > pre.rust {
+:not(.source) .example-wrap > pre.rust {
304
width: 100%;
305
306
0 commit comments