refactor: remove absolute classes

This commit is contained in:
liyasthomas
2021-08-17 12:56:36 +05:30
parent 3534e133af
commit 956ca44ef0
55 changed files with 269 additions and 404 deletions

View File

@@ -22,14 +22,12 @@
arrow
>
<template #trigger>
<div class="flex">
<span class="select-wrapper">
<ButtonSecondary
:label="contentType"
class="rounded-none ml-2 pr-8"
/>
</span>
</div>
<span class="select-wrapper">
<ButtonSecondary
:label="contentType"
class="rounded-none ml-2 pr-8"
/>
</span>
</template>
<SmartItem
v-for="(contentTypeItem, index) in validContentTypes"