Skip to content

Commit 41b56de

Browse files
chore: add redoc-container CSS class for better maintainability
Signed-off-by: Jonathan Norris <[email protected]>
1 parent d8de92d commit 41b56de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@
278278
}
279279

280280
/* Full width Redoc API viewer */
281+
.redoc-container {
282+
margin: -2rem calc(-1 * var(--ifm-spacing-horizontal));
283+
max-width: none;
284+
}
285+
281286
.redocusaurus {
282287
max-width: none !important;
283288
width: 100% !important;

0 commit comments

Comments
 (0)