Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 49f7016

Browse files
committed
additional space improvements
1 parent 08d0068 commit 49f7016

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/definition-doc.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@
110110
white-space: nowrap;
111111
}
112112

113+
.definition-doc
114+
.group
115+
.join
116+
.source:is(.inline-code, .example-inline, .eval-inline, .signature-inline)
117+
:is(.inline-code, code) {
118+
margin-right: 0;
119+
}
120+
113121
/* code and inline-code render sub definition-docs, not syntax */
114122
:is(.definition-doc .source.code, .definition-doc .source.inline-code)
115123
.word:last-child {

0 commit comments

Comments
 (0)