Skip to content

Commit 24669c7

Browse files
docs: add comment for doc column width override in redoc styles
Signed-off-by: Jonathan Norris <[email protected]>
1 parent d36bd01 commit 24669c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ article:has(.redoc-container) {
348348
max-width: none !important;
349349
}
350350

351+
/* Force doc column to full width when Redoc is present */
351352
.main-wrapper:has(.redoc-container) [class*="docItemCol"] {
352353
max-width: none !important;
353354
flex-basis: 100% !important;

0 commit comments

Comments
 (0)