Rollup merge of #128051 - notriddle:notriddle/spacing, r=GuillaumeGomez

rustdoc: revert spacing change in item-table

It really wasn't necessary for the bug fix, and could reasonably be considered a functional regression.

In response to https://github.com/rust-lang/rust/pull/127418#discussion_r1685863628
This commit is contained in:
Trevor Gross 2024-07-22 11:40:23 -05:00 committed by GitHub
commit 27ac1084df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2183,7 +2183,6 @@ in src-script.js and main.js
width: 33%;
}
.item-table > li > div {
padding-bottom: 5px;
word-break: break-all;
}
}