Skip to content

Commit 2bd2d6a

Browse files
committed
increased vertical spacing between api in read mode
1 parent bb70590 commit 2bd2d6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/rapidoc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,11 @@ export default class RapiDoc extends LitElement {
272272
padding: 6px 0px;
273273
}
274274
.expanded-endpoint-body.deprecated{ filter:opacity(0.6); }
275-
.divider { border-top:2px solid var(--primary-color); width:100%; }
275+
.divider {
276+
border-top: 2px solid var(--primary-color);
277+
margin: 24px 0;
278+
width:100%;
279+
}
276280
277281
.tooltip {
278282
cursor:pointer;

0 commit comments

Comments
 (0)