Skip to content

Commit a791b33

Browse files
committed
chore: updating min width on request section
1 parent 7ca40a7 commit a791b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ApiConsole.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
184184
185185
.method-title-area,
186186
.extension-banner {
187-
max-width: var(--api-console-main-max-width, 900px);
187+
max-width: var(--api-console-main-max-width, 1600px);
188188
}
189189
190190
.method-title {

0 commit comments

Comments
 (0)