mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Fix: Use border collapse in JUI stylesheet - 8931
This commit is contained in:
parent
d7912b09a0
commit
74f970e1a7
@ -7,6 +7,7 @@ table.dataTable {
|
||||
margin: 0 auto;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table.dataTable thead th {
|
||||
|
Loading…
x
Reference in New Issue
Block a user