Fixes default column width

This commit is contained in:
Arhey 2022-04-16 15:50:44 +03:00
parent de97bfb47e
commit eef41debec

View file

@ -13,10 +13,10 @@
>
<thead class="bg-gray-50 dark:bg-gray-700">
<tr>
<th scope="col" class="min-w-[10rem] md:w-[12rem] relative"></th>
<th scope="col" class="min-w-[10rem] md:w-[13rem] relative"></th>
<th
scope="col"
class="py-3 px-2 text-xs font-semibold tracking-wider text-left text-gray-400 uppercase dark:text-gray-400 min-w-[14rem] md:w-[19rem]"
class="py-3 px-2 text-xs font-semibold tracking-wider text-left text-gray-400 uppercase dark:text-gray-400 min-w-[14rem] md:w-[18rem]"
>
Name
</th>
@ -26,7 +26,7 @@
>
TVG-ID
</th>
<th scope="col" class="relative">
<th scope="col" class="relative min-w-[13rem]">
<span class="sr-only">Actions</span>
</th>
</tr>