Fixed that datatable overrides alignment in column

This commit is contained in:
Andreas Kristiansen
2025-02-10 08:31:53 +01:00
parent ff08edae6d
commit d88393a779

View File

@@ -237,9 +237,9 @@ table.dataTable th, table.dataTable td {
box-sizing: border-box
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
/* table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
text-align: right
}
} */
table.dataTable th.dt-left, table.dataTable td.dt-left {
text-align: left