Skip to content

Commit 5e64804

Browse files
committed
rustdoc: remove unnecessary CSS .search-results { clear: both }
Since the tabs use flexbox instead of float as of 44d9b8d, clearing does nothing.
1 parent 2afca78 commit 5e64804

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: 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)