mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed that datatable overrides alignment in column
This commit is contained in:
4
assets/css/datatables.min.css
vendored
4
assets/css/datatables.min.css
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user