Reduce response body font size
This commit is contained in:
parent
4accbda497
commit
716434d59e
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ export default {
|
|||
},
|
||||
fontSize: {
|
||||
type: String,
|
||||
default: '12px'
|
||||
default: '16px'
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@
|
|||
theme="dracula"
|
||||
lang="json"
|
||||
:rows="16"
|
||||
fontSize="18px"
|
||||
fontSize="16px"
|
||||
placeholder="(waiting to send request)" />
|
||||
<iframe
|
||||
:class="{hidden: !previewEnabled}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue