fix modal size

This commit is contained in:
2025-12-01 10:48:03 +01:00
parent 837e608258
commit c42c29a9fd
15 changed files with 20 additions and 38 deletions
@@ -25,7 +25,7 @@
<td>{{ supplier.city }}</td>
<td>{{ supplier.deliveryDelay }} jours</td>
<td>
<app-modal-button type="link" [name]="'Voir les produits'">
<app-modal-button type="link" [name]="'Voir les produits'" size="40%">
<nz-table [nzData]="suppliers()"
[nzFrontPagination]="false">
<thead>