My primeng table is quite large:
<p-table #dt [value]="artefacts" [columns]="cols" [paginator]="true" [rows]="numberRows" [tableStyle]="{'table-layout':'auto'}">
With so many entries, the table spans over 100 pages. However, the pagination buttons have a fixed width, causing the font size to decrease for two-digit numbers. When it comes to three-digit numbers, it looks like this:
https://i.sstatic.net/Hp56F.png
Is there a way to override certain CSS properties to increase the width of those buttons?