diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-10-08 20:53:11 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-10-09 21:01:08 +0200 |
| commit | 16844e24850700386b6a7fc482738400a2f115c9 (patch) | |
| tree | d646a0f10806bad30a8cf9eb23e166a84000f271 /src/librustdoc/html/static/css/rustdoc.css | |
| parent | a1eceec00b2684f947481696ae2322e20d59db60 (diff) | |
| download | rust-16844e24850700386b6a7fc482738400a2f115c9.tar.gz rust-16844e24850700386b6a7fc482738400a2f115c9.zip | |
Fix methods alignment on mobile
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 5f6f3c65c7f..3fee73d6e5d 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -2435,7 +2435,7 @@ in src-script.js and main.js } /* Position of the "[-]" element. */ - details.toggle:not(.top-doc) > summary { + details.toggle:not(.top-doc) > summary, .impl-items > section { margin-left: 10px; } .impl-items > details.toggle > summary:not(.hideme)::before, |
