Fix: Use correct aliases for sortable table columns
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user