Skip to content

Commit 6800785

Browse files
committed
Fix spacing in OpenAPISecurities
1 parent 12bdbf9 commit 6800785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-openapi/src/OpenAPISecurities.tsx

Lines changed: 1 addition & 1 deletion
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)