Skip to content

Commit 844059f

Browse files
authored
Fix spacing in OpenAPISecurities (#2954)
1 parent eaf2d68 commit 844059f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/eight-kids-peel.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/react-openapi': patch
3+
---
4+
5+
Fix spacing in OpenAPISecurities

packages/react-openapi/src/OpenAPISecurities.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function OpenAPISecurities(props: {
3131
key: key,
3232
label: key,
3333
body: (
34-
<div className="openapi-schema-body">
34+
<div className="openapi-schema">
3535
<div className="openapi-schema-presentation">
3636
{getLabelForType(security)}
3737

0 commit comments

Comments
 (0)