Rollup merge of #86040 - GuillaumeGomez:search-result-display-height, r=jsha

Fix display for search results

This fixes unwanted margin and font-weight coming from `.method`. Before:

![Screenshot from 2021-06-05 23-03-34](https://user-images.githubusercontent.com/3050060/120905486-9e46f380-c652-11eb-8008-6db6e0517ba3.png)

after:

![Screenshot from 2021-06-05 23-05-02](https://user-images.githubusercontent.com/3050060/120905489-9edf8a00-c652-11eb-817d-f676f6ab7303.png)

r? ``@jsha``
This commit is contained in:
Guillaume Gomez 2021-06-07 01:06:53 +02:00 committed by GitHub
commit 00a704f182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -800,6 +800,8 @@ a {
.search-results .result-name > span {
display: inline-block;
margin: 0;
font-weight: normal;
}
body.blur > :not(#help) {