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: { fontSize: {
type: String, type: String,
default: '12px' default: '16px'
}, },
placeholder: { placeholder: {
type: String, type: String,

View File

@@ -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}"