Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, r=Dylan-DPC

rustdoc: remove unnecessary CSS `.search-results { padding-bottom }`

There's nothing underneath it anyway. The conversation on #84462 never really spelled out why it was added.
This commit is contained in:
Dylan DPC 2022-10-30 11:50:28 +05:30 committed by GitHub
commit df74f07b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -869,7 +869,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
.search-results {
display: none;
padding-bottom: 2em;
}
.search-results.active {