Skip to content

Commit c01bd56

Browse files
Fix display for search results
1 parent 835150e commit c01bd56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,8 @@ a {
800800

801801
.search-results .result-name > span {
802802
display: inline-block;
803+
margin: 0;
804+
font-weight: normal;
803805
}
804806

805807
body.blur > :not(#help) {

0 commit comments

Comments
 (0)