Increases column width

This commit is contained in:
Arhey 2022-04-16 15:57:28 +03:00
parent 4ae887f321
commit 0bdb05abe5

View file

@ -63,7 +63,7 @@
{#each fieldset as field} {#each fieldset as field}
<tr> <tr>
<td <td
class="w-[6rem] md:w-[11rem] px-4 py-1 text-sm text-gray-400 whitespace-nowrap dark:text-gray-400 align-top" class="w-[7rem] md:w-[11rem] px-4 py-1 text-sm text-gray-400 whitespace-nowrap dark:text-gray-400 align-top"
> >
{field.name} {field.name}
</td> </td>