Fix: Use correct aliases for sortable table columns

This commit is contained in:
Björn Fromme
2023-10-20 17:49:57 +02:00
parent b54504a446
commit 0a759a9ce3
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -19,11 +19,11 @@ tr {
}
th {
@apply px-4 py-2 bg-gray-200 text-left text-sm xl:text-base leading-4 font-bold text-primary align-top;
@apply px-4 py-2 bg-gray-200 text-left leading-4 font-bold text-primary align-top;
}
td {
@apply px-4 py-2 text-sm leading-5 align-top;
@apply px-4 py-2 leading-5 align-top;
}