mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-28 10:24:10 +01:00
Fix: Avoid applying padding to non sortable items on small tables
Merge pull request #110 from os1r1s110/patch-1
This commit is contained in:
parent
14b84f6dae
commit
411da6edba
@ -1 +1 @@
|
||||
64b3bd84671c4bd321655ed8955e7878abb63c44
|
||||
6d28eaa95b3b54ae6f28bbd11a2404d737b5e31b
|
||||
|
@ -165,7 +165,7 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
|
||||
justify-content: center !important;
|
||||
}
|
||||
}
|
||||
table.dataTable.table-sm > thead > tr > th {
|
||||
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
|
||||
padding-right: 20px;
|
||||
}
|
||||
table.dataTable.table-sm .sorting:before,
|
||||
|
2
media/css/dataTables.bootstrap4.min.css
vendored
2
media/css/dataTables.bootstrap4.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user