We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0c4ed commit fb20fa3Copy full SHA for fb20fa3
src/containers/Inspector.tsx
@@ -476,6 +476,7 @@ const Inspector: React.FC<IProps> = (props) => {
476
readOnly: true,
477
showFoldingControls: "always",
478
fixedOverflowWidgets: true,
479
+ automaticLayout: true,
480
}}
481
height="93vh"
482
editorDidMount={handleResponseEditorDidMount}
src/containers/JSONRPCRequestEditor.tsx
@@ -132,6 +132,7 @@ const JSONRPCRequestEditor: React.FC<IProps> = (props) => {
132
minimap: {
133
enabled: false,
134
},
135
136
137
138
language="json"
0 commit comments