mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
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
@ -800,6 +800,8 @@ a {
|
|||||||
|
|
||||||
.search-results .result-name > span {
|
.search-results .result-name > span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.blur > :not(#help) {
|
body.blur > :not(#help) {
|
||||||
|
Loading…
Reference in New Issue
Block a user