Skip to content

Commit 339e487

Browse files
committed
fix styles
1 parent d7200df commit 339e487

File tree

1 file changed

+2
-2
lines changed
  • packages/gitbook/src/components/DocumentView/OpenAPI

1 file changed

+2
-2
lines changed

packages/gitbook/src/components/DocumentView/OpenAPI/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,10 +624,10 @@
624624
@apply border border-tint-subtle rounded-lg;
625625
}
626626

627-
.openapi-models-properties .openapi-schema-body {
627+
.openapi-models-properties .openapi-schema-properties > .openapi-schema {
628628
@apply p-2.5;
629629
}
630630

631-
.openapi-models .openapi-disclosure-group-panel > .openapi-section > .openapi-schema-body {
631+
.openapi-models .openapi-disclosure-group-panel > .openapi-section {
632632
@apply py-0;
633633
}

0 commit comments

Comments
 (0)