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 4477c7c commit 57a3ef3Copy full SHA for 57a3ef3
src/librustdoc/html/static/main.css
@@ -306,8 +306,10 @@ nav.sub {
306
font-size: 1em;
307
position: relative;
308
}
309
-/* Shift "where ..." part of method definition down a line and indent it */
310
-.content .method .where { display: block; padding-left: 3.75em; }
+/* Shift "where ..." part of method definition down a line */
+.content .method .where { display: block; }
311
+/* Bit of whitespace to indent it */
312
+.content .method .where::before { content: ' '; }
313
314
.content .methods .docblock { margin-left: 40px; }
315
0 commit comments