refactor: sort classes

This commit is contained in:
liyasthomas
2021-12-31 20:05:39 +05:30
parent 80956fbd27
commit b343789554
62 changed files with 349 additions and 352 deletions

View File

@@ -1,10 +1,10 @@
<template>
<SmartModal v-if="show" :title="`${t('import.curl')}`" @close="hideModal">
<template #body>
<div class="h-46 px-2">
<div class="px-2 h-46">
<div
ref="curlEditor"
class="border border-dividerLight h-full rounded"
class="h-full border rounded border-dividerLight"
></div>
</div>
</template>