Skip to content

Commit ca6b428

Browse files
committed
Redoc: Fixed responsive on new grid
1 parent 9c23ffb commit ca6b428

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,12 @@ nav {
918918
/* Allow redocly to fill the entire container */
919919
&.content__redocly {
920920
justify-self: unset;
921-
max-width: unset;
921+
max-width: 100%;
922+
923+
#api-component {
924+
display: block;
925+
max-width: 100%;
926+
}
922927
}
923928
}
924929

0 commit comments

Comments
 (0)