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 08a6cf3Copy full SHA for 08a6cf3
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
288
@@ -299,7 +299,7 @@ body:not(.source) .example-wrap {
299
text-align: right;
300
301
302
-body:not(.source) .example-wrap > pre.rust {
+:not(.source) .example-wrap > pre.rust {
303
width: 100%;
304
305
0 commit comments