Removes extra page padding

This commit is contained in:
Arhey 2022-04-16 15:42:55 +03:00
parent 2c9c45d6b3
commit de97bfb47e

View file

@ -13,7 +13,7 @@
> >
<thead class="bg-gray-50 dark:bg-gray-700"> <thead class="bg-gray-50 dark:bg-gray-700">
<tr> <tr>
<th scope="col" class="min-w-[10rem] md:w-[12rem]"></th> <th scope="col" class="min-w-[10rem] md:w-[12rem] relative"></th>
<th <th
scope="col" 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-[19rem]"
@ -26,7 +26,7 @@
> >
TVG-ID TVG-ID
</th> </th>
<th scope="col"> <th scope="col" class="relative">
<span class="sr-only">Actions</span> <span class="sr-only">Actions</span>
</th> </th>
</tr> </tr>