diff options
| author | Will Crichton <wcrichto@cs.stanford.edu> | 2021-05-30 10:00:44 -0700 |
|---|---|---|
| committer | Will Crichton <wcrichto@cs.stanford.edu> | 2021-10-06 19:44:50 -0700 |
| commit | 7831fee9f8c4409c80380c6ebed52ae267971438 (patch) | |
| tree | f98758403f5b92934cf50d72fe931304fa6325a9 /src/librustdoc/html/static/css/rustdoc.css | |
| parent | 4b3f82ad0321b8f2e2630b74bbc526ffb8fa5bda (diff) | |
| download | rust-7831fee9f8c4409c80380c6ebed52ae267971438.tar.gz rust-7831fee9f8c4409c80380c6ebed52ae267971438.zip | |
Fix check issue
Clean up tidy checks
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index ca8db4530f3..212362b94e0 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1973,7 +1973,8 @@ details.undocumented[open] > summary::before { /* This part is for the new "examples" components */ -.scraped-example:not(.expanded) .code-wrapper pre.line-numbers, .scraped-example:not(.expanded) .code-wrapper .example-wrap pre.rust { +.scraped-example:not(.expanded) .code-wrapper pre.line-numbers, +.scraped-example:not(.expanded) .code-wrapper .example-wrap pre.rust { overflow: hidden; height: 240px; } |
