DataTables / DataTablesSrc

DataTables source repository
https://datatables.net
MIT License
587 stars 422 forks source link

Fix: Sorting Icon Position of Bootstrap 5 table-sm tables #243

Closed blankse closed 10 months ago

blankse commented 10 months ago

The right padding is reduced from 26px to 20px. But the position of the icons is still 10px from right. The icons have a width of 10px. So the text have no spacing to the icons: Screenshot 2023-09-08 100130

After my change the icons are 5px from right. So it have also 5px spacing to the text: Screenshot 2023-09-08 100145

AllanJard commented 10 months ago

Yup - good change - thank you! This example shows the extra padding which should be reduced down to 5px.

Are you happy for this to be included under the MIT license?

blankse commented 10 months ago

@AllanJard Yes, I am happy for this to be included under the MIT license.