Move pageSize and table columns filter buttons apart a bit

This commit is contained in:
barisgit 2025-08-02 20:15:15 +02:00 committed by Jan Böhmer
parent 4c8940f9c3
commit 5ab7ac4d4b

View file

@ -84,6 +84,11 @@ th.select-checkbox {
display: inline-flex;
}
/** Add spacing between column visibility button and length menu */
.buttons-colvis {
margin-right: 0.2em !important;
}
/** Fix datatables select-checkbox position */
table.dataTable tr.selected td.select-checkbox:after
{