Skip to content

Commit 7e63b0b

Browse files
author
dtbuild
committed
ba4ea40078e66fd442e5bc701bc57de9ff8f2766 Fix: Alignment for sort icons in number and date columns in Bootstrap
https://datatables.net/forums/discussion/80889 Sync to source repo @ba4ea40078e66fd442e5bc701bc57de9ff8f2766
1 parent 7532ebd commit 7e63b0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

css/dataTables.bootstrap5.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
550550
table.dataTable.table-sm > thead > tr th.dt-type-date span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-type-numeric span.dt-column-order,
551551
table.dataTable.table-sm > thead > tr td.dt-type-date span.dt-column-order,
552552
table.dataTable.table-sm > thead > tr td.dt-type-numeric span.dt-column-order {
553-
right: 0.25rem;
553+
left: 0.25rem;
554554
}
555555

556556
div.dt-scroll-head table.table-bordered {

css/dataTables.bootstrap5.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1616
"last-tag": "2.3.0",
17-
"last-sync": "8e86ea2d8ad711ba6513420c16817d37aa7ac12d"
17+
"last-sync": "ba4ea40078e66fd442e5bc701bc57de9ff8f2766"
1818
}

0 commit comments

Comments
 (0)