We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01e476 commit 7ba431aCopy full SHA for 7ba431a
src/librustdoc/html/static/rustdoc.css
@@ -283,7 +283,7 @@ nav.sub {
283
padding-left: 0;
284
}
285
286
-:not(.source) .example-wrap {
+.rustdoc:not(.source) .example-wrap {
287
display: inline-flex;
288
margin-bottom: 10px;
289
@@ -301,7 +301,7 @@ nav.sub {
301
text-align: right;
302
303
304
-:not(.source) .example-wrap > pre.rust {
+.rustdoc:not(.source) .example-wrap > pre.rust {
305
width: 100%;
306
307
0 commit comments