Skip to content

Commit c301569

Browse files
committed
fix(rustdoc): add space between struct fields and their descriptions
1 parent e6c46db commit c301569

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

+2
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,8 @@ both the code example and the line numbers, so we need to remove the radius in t
905905
.docblock h6 { font-size: 0.875rem; }
906906

907907
.docblock {
908+
margin-top: .75em;
909+
margin-bottom: .75em;
908910
margin-left: 24px;
909911
position: relative;
910912
}

0 commit comments

Comments
 (0)