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