+
-
diff --git a/pages/doc.vue b/pages/doc.vue
index 0111ee163..500376e7a 100644
--- a/pages/doc.vue
+++ b/pages/doc.vue
@@ -43,7 +43,7 @@
:options="{
maxLines: '16',
minLines: '8',
- fontSize: '15px',
+ fontSize: '14px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
diff --git a/pages/graphql.vue b/pages/graphql.vue
index e7e6aa3f8..bc4445cb9 100644
--- a/pages/graphql.vue
+++ b/pages/graphql.vue
@@ -183,9 +183,9 @@
styles="rounded-b-lg"
:on-run-g-q-l-query="runQuery"
:options="{
- maxLines: responseBodyMaxLines,
+ maxLines: Infinity,
minLines: 10,
- fontSize: '15px',
+ fontSize: '14px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
@@ -202,7 +202,7 @@
:options="{
maxLines: 10,
minLines: 5,
- fontSize: '15px',
+ fontSize: '14px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
@@ -249,9 +249,9 @@
:value="schema"
:lang="'graphqlschema'"
:options="{
- maxLines: responseBodyMaxLines,
+ maxLines: Infinity,
minLines: 16,
- fontSize: '15px',
+ fontSize: '14px',
autoScrollEditorIntoView: true,
readOnly: true,
showPrintMargin: false,
@@ -299,9 +299,9 @@
:lang="'json'"
:lint="false"
:options="{
- maxLines: responseBodyMaxLines,
+ maxLines: Infinity,
minLines: 10,
- fontSize: '15px',
+ fontSize: '14px',
autoScrollEditorIntoView: true,
readOnly: true,
showPrintMargin: false,
diff --git a/pages/index.vue b/pages/index.vue
index 7a3a226f7..eb3518cc1 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -278,64 +278,58 @@
}`
"
>
-
- -
- {{
- $t("content_type")
- }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ $t("raw_input") }}
+
+
-
- -
-
-
{{ $t("javascript_code") }}
-
-
-
-
-
-
-
+
+
+ {{ $t("javascript_code") }}
+
+
+
+
-
- -
-
-
{{ $t("javascript_code") }}
-
-
-
-
-
+
+ {{ $t("javascript_code") }}
+
+
+
+