Skip to content

Commit db200d0

Browse files
authored
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 44d9b8d, clearing does nothing.
2 parents 68afa32 + 5e64804 commit db200d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustdoc/html/static/css/rustdoc.css

-2
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
880880

881881
.search-results.active {
882882
display: block;
883-
/* prevent overhanging tabs from moving the first result */
884-
clear: both;
885883
}
886884

887885
.search-results .desc > span {

0 commit comments

Comments
 (0)