Skip to content

Commit b617200

Browse files
Improve enum variants display
1 parent b617960 commit b617200

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,10 @@ span.since {
677677
left: 0;
678678
}
679679

680+
.variant + .toggle-wrapper + .docblock > p {
681+
margin-top: 5px;
682+
}
683+
680684
.variant + .toggle-wrapper > a {
681685
margin-top: 5px;
682686
}

0 commit comments

Comments
 (0)