Skip to content

Commit 6b233fe

Browse files
author
Brooke Hatton
authored
style(ApiSchema): Reduce whitespace on the ApiSchema component (#136)
1 parent 9a5d842 commit 6b233fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/few-cherries-reply.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'docusaurus-theme-redoc': patch
3+
---
4+
5+
Reduce whitespace on the ApiSchema component

packages/docusaurus-theme-redoc/src/theme/ApiSchema/styles.css

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
.redocusaurus-schema.hide-example > div > div > div:nth-child(1) {
55
width: 100%;
66
}
7+
.redocusaurus-schema > div:last-child {
8+
min-height: 0;
9+
}

0 commit comments

Comments
 (0)