refactor(ui): minor font tweaks

This commit is contained in:
liyasthomas
2021-06-21 16:31:40 +05:30
parent 6ddff58ba5
commit 41eb4f8395
17 changed files with 23 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
<div class="page">
<div class="content">
<div class="page-columns inner-left">
<AppSection label="request">
<AppSection ref="request" label="request">
<ul>
<li class="shrink">
<label for="method">{{ $t("method") }}</label>
@@ -496,7 +496,7 @@
:options="{
maxLines: '16',
minLines: '8',
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
@@ -532,7 +532,7 @@
:options="{
maxLines: '16',
minLines: '8',
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,