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:  after:  r? ``@jsha``
This commit is contained in:
commit
00a704f182
1 changed files with 2 additions and 0 deletions
|
@ -800,6 +800,8 @@ a {
|
|||
|
||||
.search-results .result-name > span {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
body.blur > :not(#help) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue