Skip to content

Commit 0e8a26b

Browse files
chore: add redoc-container CSS class for better maintainability
Signed-off-by: Jonathan Norris <[email protected]>
1 parent 7aecafe commit 0e8a26b

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
@@ -338,6 +338,11 @@ details[open] .mcp-install-summary strong::before {
338338
}
339339

340340
/* Full width Redoc API viewer */
341+
.redoc-container {
342+
margin: -2rem calc(-1 * var(--ifm-spacing-horizontal));
343+
max-width: none;
344+
}
345+
341346
.redocusaurus {
342347
max-width: none !important;
343348
width: 100% !important;

0 commit comments

Comments
 (0)