1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-28 10:24:10 +01:00

Fix: Bootstrap 4 styling for the paging control on smaller screens - align to center

DD-1355
This commit is contained in:
Allan Jardine 2020-05-21 09:57:22 +00:00
parent 15978fa6b5
commit 14b84f6dae
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
3a9f58ffb56298347ab39ca825da9e35d5426aff
64b3bd84671c4bd321655ed8955e7878abb63c44

View File

@ -161,6 +161,9 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
div.dataTables_wrapper div.dataTables_paginate {
text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
justify-content: center !important;
}
}
table.dataTable.table-sm > thead > tr > th {
padding-right: 20px;

File diff suppressed because one or more lines are too long