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 e6f9e2e commit 3de3b27Copy full SHA for 3de3b27
src/librustdoc/html/static/css/rustdoc.css
@@ -1001,7 +1001,13 @@ rustdoc-topbar {
1001
+ var(--line-number-right-margin));
1002
}
1003
.src .example-wrap .expansion [data-nosnippet] {
1004
- left: calc((
+ /* FIXME: Once <https://bugzilla.mozilla.org/show_bug.cgi?id=1949948> is solved, uncomment
1005
+ next line and remove the two other rules. */
1006
+ /*left: calc((
1007
+ var(--example-wrap-digits-count) + var(--line-number-padding) * 2
1008
+ + var(--line-number-right-margin)) * -1);*/
1009
+ position: initial;
1010
+ margin-left: calc((
1011
var(--example-wrap-digits-count) + var(--line-number-padding) * 2
1012
+ var(--line-number-right-margin)) * -1);
1013
0 commit comments