Reduce response body font size

This commit is contained in:
Hossein Nedaee
2019-11-10 21:08:57 +03:30
parent 4accbda497
commit 716434d59e
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export default {
},
fontSize: {
type: String,
default: '12px'
default: '16px'
},
placeholder: {
type: String,

View File

@@ -573,7 +573,7 @@
theme="dracula"
lang="json"
:rows="16"
fontSize="18px"
fontSize="16px"
placeholder="(waiting to send request)" />
<iframe
:class="{hidden: !previewEnabled}"