Skip to content

Commit

Permalink
Rollup merge of #103813 - notriddle:notriddle/search-results-clear-bo…
Browse files Browse the repository at this point in the history
…th, r=GuillaumeGomez

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

Since the tabs use flexbox instead of float as of 44d9b8d, clearing does nothing.
  • Loading branch information
Dylan-DPC authored Nov 1, 2022
2 parents 68afa32 + 5e64804 commit db200d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit db200d0

Please sign in to comment.