Skip to content

Commit

Permalink
rustdoc: Fix search result layout for enum variants and struct fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie27 committed Jun 25, 2016
1 parent b8214dc commit 27e4ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ span.since {
margin-bottom: 25px;
}

.variant, .structfield {
.enum .variant, .struct .structfield {
display: block;
}

Expand Down

0 comments on commit 27e4ecd

Please sign in to comment.