diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-07-18 12:25:49 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-07-18 12:25:49 +0200 |
| commit | d10703c616fe79522b41b9dc45dd1a97ba655517 (patch) | |
| tree | 970c5f22cf6243e782378a5f7505a07d9e2b59db | |
| parent | 68511b574ffe019a5cb3e9fa92605f80d39167bc (diff) | |
| download | rust-d10703c616fe79522b41b9dc45dd1a97ba655517.tar.gz rust-d10703c616fe79522b41b9dc45dd1a97ba655517.zip | |
Fix item info display
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index b86f012c0e1..e7a92e63846 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -921,6 +921,9 @@ body.blur > :not(#help) { padding: 0 20px 20px 17px;; } +.item-info .stab { + display: table; +} .stab { border-width: 1px; border-style: solid; |
