feat: fix codemirror width

This commit is contained in:
liyasthomas
2022-02-09 15:36:00 +05:30
parent 846ae087ae
commit 0895d65188
11 changed files with 13 additions and 117 deletions

View File

@@ -61,13 +61,6 @@
/>
<SmartEnvInput
v-model="variable.value"
styles="
bg-transparent
flex
flex-1
py-1
px-4
"
:placeholder="`${$t('count.value', { count: index + 1 })}`"
:name="'value' + index"
/>