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:
commit
db200d01cd
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue