Commit 2ec0fac04e4e24689f6958a05ebeadf780e2e575

Authored by Eric Fernandez
1 parent 85c5e3d70b
Exists in master

no mx

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>