Skip to content

Commit 80ea329

Browse files
committed
fix css for api reference
1 parent 6e0ff5f commit 80ea329

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/src/templates/docs.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,13 @@ li {
275275
#content .syntaxhighlighter {
276276
margin: 1.5em 0 1.5em 0 !important;;
277277
}
278+
279+
#content .parameters p:nth-child(2) {
280+
display: inline;
281+
padding-left: 0;
282+
}
283+
284+
#content .returns p:nth-child(2) {
285+
display: inline;
286+
padding-left: 0;
287+
}

0 commit comments

Comments
 (0)