Rollup merge of #103813 - notriddle:notriddle/search-results-clear-both, r=GuillaumeGomez

rustdoc: remove unnecessary CSS `.search-results { clear: both }`

Since the tabs use flexbox instead of float as of 44d9b8d070, clearing does nothing.
This commit is contained in:
Dylan DPC 2022-11-01 22:01:36 +05:30 committed by GitHub
commit db200d01cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -880,8 +880,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
.search-results.active {
display: block;
/* prevent overhanging tabs from moving the first result */
clear: both;
}
.search-results .desc > span {