Hi all,
in Metronic: v8.0 was:
.page-item .page-link { min-width: 2.5rem; }
.page-item .page-link { width: 2.5rem; }
Hi,
Can you please double check the updated markup of the pagination with labels.
<ul class="pagination">
<li class="page-item previous disabled">
<span class="page-link page-text">Previous</span></span>
I know Sean but the problem is with DataTables. Pagination is automactically handled by (DataTables) script, so I don't have any markup to update.
Should I change the "dom" option?
Mine is "dom: "rt<'d-flex justify-content-between'lp>",
Thank you,
Paolo
Hi,
Noted, we will double-check this and update you shortly.
Regards.
Hi,
As per our checking we confirm that you can fix it in src/sass/components/_pagination.scss
by changing width to min-width and recompile the assets. We will push this fix in the next update.
Regards.