fix manage sync

This commit is contained in:
fadingNA
2024-11-10 15:33:33 -05:00
parent 32c67c2a02
commit 6974db5fd8
2 changed files with 16 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ body.dark {
}
.table-default th {
@apply p-4 w-1/3 font-normal text-gray-400 text-nowrap; /* Remove border-r */
@apply p-4 w-full font-normal text-gray-400 text-nowrap; /* Remove border-r */
}
.table-default th:last-child {