1
0
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:
Allan Jardine 2020-05-21 09:58:34 +00:00
parent 14b84f6dae
commit 411da6edba
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
64b3bd84671c4bd321655ed8955e7878abb63c44
6d28eaa95b3b54ae6f28bbd11a2404d737b5e31b

View File

@ -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,

File diff suppressed because one or more lines are too long