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

Since the tabs use flexbox instead of float as of
44d9b8d07014d976c88f541dbe0af37e64e37bdd, clearing does nothing.
This commit is contained in:
Michael Howell 2022-10-31 11:53:00 -07:00
parent 2afca78a0b
commit 5e6480494a

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 {