Add margin after doc search results

This commit is contained in:
Guillaume Gomez 2020-07-10 16:33:25 +02:00
parent f844ea1e56
commit 2ca24b618e

View file

@ -361,6 +361,7 @@ nav.sub {
#results > table {
width: 100%;
table-layout: fixed;
margin-bottom: 40px;
}
.content pre.line-numbers {