Fixed positioning of the part row selection checkboxes

This commit is contained in:
Jan Böhmer 2023-08-21 22:52:11 +02:00
parent 80bae4167f
commit fd31f983af

View file

@ -91,7 +91,7 @@ th.select-checkbox {
/** Fix datatables select-checkbox position */
table.dataTable tr.selected td.select-checkbox:after
{
margin-top: -25px !important;
margin-top: -20px !important;
}