diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-17 18:35:56 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-17 22:36:48 +0100 |
| commit | 42f9c797768f63643fb1ddd29a7fdc33486f69de (patch) | |
| tree | fcc7ae2f981430eea3c8014440d1030069cbf26d /src/librustdoc/html/static/css/rustdoc.css | |
| parent | b6ad420a20ab7e024298c62de2336dfea23098e2 (diff) | |
| download | rust-42f9c797768f63643fb1ddd29a7fdc33486f69de.tar.gz rust-42f9c797768f63643fb1ddd29a7fdc33486f69de.zip | |
Handle reexports items list a bit differently since they cannot have documentation
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 5c41832d440..f47df5bbcea 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -2543,7 +2543,7 @@ in src-script.js and main.js } /* Since the screen is wide enough, we show items on their description on the same line. */ - .item-table { + .item-table:not(.reexports) { display: grid; grid-template-columns: 33% 67%; } |
