Skip to content

Commit 076927b

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ h4.code-header {
230230
padding: 0;
231231
white-space: pre-wrap;
232232
}
233+
.structfield {
234+
margin: 0.6em 0;
235+
}
233236

234237
#crate-search,
235238
h1, h2, h3, h4, h5, h6,

0 commit comments

Comments
 (0)