mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix spacing in OpenAPISecurities (#2954)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@gitbook/react-openapi': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix spacing in OpenAPISecurities
|
||||||
@@ -31,7 +31,7 @@ export function OpenAPISecurities(props: {
|
|||||||
key: key,
|
key: key,
|
||||||
label: key,
|
label: key,
|
||||||
body: (
|
body: (
|
||||||
<div className="openapi-schema-body">
|
<div className="openapi-schema">
|
||||||
<div className="openapi-schema-presentation">
|
<div className="openapi-schema-presentation">
|
||||||
{getLabelForType(security)}
|
{getLabelForType(security)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user