mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
rustdoc: Fix search result layout for enum variants and struct fields
This commit is contained in:
@@ -659,7 +659,7 @@ span.since {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.variant, .structfield {
|
||||
.enum .variant, .struct .structfield {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user