Skip to content

Commit 0d07db9

Browse files
authored
Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan-DPC
Add margin after doc search results I found it not really on computer that the last result is right at the bottom of the page. I find it better with margin below (especially when you hover the last element!). A screenshot to show the result: ![Screenshot from 2020-07-10 16-32-23](https://user-images.githubusercontent.com/3050060/87166097-6103a580-c2cb-11ea-81a8-12772cf20f64.png) r? @kinnison cc @rust-lang/rustdoc @Manishearth @jyn514
2 parents efad203 + 2ca24b6 commit 0d07db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+1
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ nav.sub {
364364
#results > table {
365365
width: 100%;
366366
table-layout: fixed;
367+
margin-bottom: 40px;
367368
}
368369

369370
.content pre.line-numbers {

0 commit comments

Comments
 (0)