We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2d68 commit 844059fCopy full SHA for 844059f
.changeset/eight-kids-peel.md
@@ -0,0 +1,5 @@
1
+---
2
+'@gitbook/react-openapi': patch
3
4
+
5
+Fix spacing in OpenAPISecurities
packages/react-openapi/src/OpenAPISecurities.tsx
@@ -31,7 +31,7 @@ export function OpenAPISecurities(props: {
31
key: key,
32
label: key,
33
body: (
34
- <div className="openapi-schema-body">
+ <div className="openapi-schema">
35
<div className="openapi-schema-presentation">
36
{getLabelForType(security)}
37
0 commit comments