Update Tailwind 3

This commit is contained in:
pasqualevitiello
2021-12-13 17:43:42 +01:00
parent 41b856bcc1
commit 8c1ad8e21e
27 changed files with 147 additions and 388 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
>
<td class="p-2 whitespace-nowrap">
<div class="flex items-center">
<div class="w-10 h-10 flex-shrink-0 mr-2 sm:mr-3">
<div class="w-10 h-10 shrink-0 mr-2 sm:mr-3">
<img class="rounded-full" :src="customer.image" width="40" height="40" :alt="customer.name" />
</div>
<div class="font-medium text-gray-800">{{customer.name}}</div>