Skip to content

Commit df74f07

Browse files
authored
Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, r=Dylan-DPC
rustdoc: remove unnecessary CSS `.search-results { padding-bottom }` There's nothing underneath it anyway. The conversation on #84462 never really spelled out why it was added.
2 parents 176a89f + a3c56e0 commit df74f07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
869869

870870
.search-results {
871871
display: none;
872-
padding-bottom: 2em;
873872
}
874873

875874
.search-results.active {

0 commit comments

Comments
 (0)