Skip to content

Commit fce2775

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 59ce6d7 commit fce2775

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

css/dataTables.bootstrap4.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
558558
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,
559559
table.dataTable.table-sm > thead > tr td.dt-type-date span.dt-column-order,
560560
table.dataTable.table-sm > thead > tr td.dt-type-numeric span.dt-column-order {
561-
right: 4px;
561+
left: 4px;
562562
}
563563

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

0 commit comments

Comments
 (0)