Skip to content

Commit eb235a7

Browse files
committed
Fix display in mobile
1 parent 34307f4 commit eb235a7

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@
392392
}
393393

394394
.openapi-codesample-footer {
395-
@apply flex gap-4 w-full justify-between;
395+
@apply flex gap-3 w-full justify-between flex-wrap;
396396
}
397397

398398
.openapi-codesample-selectors {
399-
@apply flex flex-row items-center gap-2.5;
399+
@apply flex flex-row items-center gap-3 flex-wrap;
400400
}
401401

402402
/* Path */

0 commit comments

Comments
 (0)