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 a474b27 commit c621a54Copy full SHA for c621a54
src/librustdoc/html/static/rustdoc.css
@@ -1136,8 +1136,13 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
1136
font-size: 20px;
1137
}
1138
1139
-pre.rust {
+/* Example code has the "Run" button that
1140
+ needs to be positioned relative to the pre */
1141
+pre.rust.rust-example-rendered {
1142
position: relative;
1143
+}
1144
+
1145
+pre.rust {
1146
tab-size: 4;
1147
-moz-tab-size: 4;
1148
0 commit comments