问题
how can i resize this highlighted buttons all of them?
i want to make it smaller in size.
回答1:
i just done it by inspecting the button element from firefox browser.. and just overwrite that particular property with "!important" keyword in style tag. i attached the sample image.
<style>
.dataTables_wrapper .dataTables_paginate .paginate_button
{
min-width: 0.2em; !important
}
</style>
来源:https://stackoverflow.com/questions/60181294/how-can-i-adjust-the-height-and-width-of-pagination-buttons-in-jquery-datatable