Commit 2ec0fac04e4e24689f6958a05ebeadf780e2e575
1 parent
85c5e3d70b
Exists in
master
and in
1 other branch
no mx
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/pedidos-salientes/pedidos-salientes.component.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | {{rellenar(pedidosRecientes[0].id, 2)}} |
9 | 9 | </h1> |
10 | 10 | |
11 | - <h2 *ngFor="let pedido of pedidosRecientes; let i = index" [hidden]="i == 0" class="col-4 border rounded mx-1"> | |
11 | + <h2 *ngFor="let pedido of pedidosRecientes; let i = index" [hidden]="i == 0" class="col-4 border rounded mx-0"> | |
12 | 12 | {{rellenar(pedido.id, 2)}} |
13 | 13 | </h2> |
14 | 14 | </div> |