tailwind 3 upgrade part 3

This commit is contained in:
Čarodej
2022-01-28 16:32:01 +01:00
parent 854ae6d8fd
commit dcba1e8407
29 changed files with 55 additions and 59 deletions

View File

@@ -10,7 +10,7 @@
<user-icon v-if="selected.icon === 'user'" size="14" class="vue-feather text-theme" />
<edit2-icon v-if="selected.icon === 'user-edit'" size="14" class="vue-feather text-theme" />
</div>
<span class="whitespace-nowrap w-full inline-block overflow-hidden overflow-ellipsis option-value pl-2">
<span class="whitespace-nowrap w-full inline-block overflow-hidden text-ellipsis option-value pl-2">
{{ selected.label }}
</span>
</div>