Skip to content

Commit 70c60f7

Browse files
committed
Corrected issue with centering all data elements in the table
1 parent df55687 commit 70c60f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/dataTables.checkboxes.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
table.dataTable.dt-checkboxes-select tbody tr,
22
table.dataTable thead .dt-checkboxes-select-all {
33
cursor: pointer;
4+
}
5+
6+
table.dataTable thead .dt-checkboxes-select-all {
47
text-align: center;
58
}
69

0 commit comments

Comments
 (0)