Reduce response body font size
This commit is contained in:
@@ -27,7 +27,7 @@ export default {
|
|||||||
},
|
},
|
||||||
fontSize: {
|
fontSize: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '12px'
|
default: '16px'
|
||||||
},
|
},
|
||||||
placeholder: {
|
placeholder: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
@@ -573,7 +573,7 @@
|
|||||||
theme="dracula"
|
theme="dracula"
|
||||||
lang="json"
|
lang="json"
|
||||||
:rows="16"
|
:rows="16"
|
||||||
fontSize="18px"
|
fontSize="16px"
|
||||||
placeholder="(waiting to send request)" />
|
placeholder="(waiting to send request)" />
|
||||||
<iframe
|
<iframe
|
||||||
:class="{hidden: !previewEnabled}"
|
:class="{hidden: !previewEnabled}"
|
||||||
|
|||||||
Reference in New Issue
Block a user