Skip to content

Commit 2ca24b6

Browse files
Add margin after doc search results
1 parent f844ea1 commit 2ca24b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ nav.sub {
361361
#results > table {
362362
width: 100%;
363363
table-layout: fixed;
364+
margin-bottom: 40px;
364365
}
365366

366367
.content pre.line-numbers {

0 commit comments

Comments
 (0)