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:
parent
15978fa6b5
commit
14b84f6dae
@ -1 +1 @@
|
||||
3a9f58ffb56298347ab39ca825da9e35d5426aff
|
||||
64b3bd84671c4bd321655ed8955e7878abb63c44
|
||||
|
@ -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;
|
||||
|
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