Commit 156e4de0b83c787493b2b3b926674f3101702d43
1 parent
fdf547f448
Exists in
master
and in
1 other branch
Agrandado alto de grilla en busqueda productos.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.html
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | </div> |
55 | 55 | </div> |
56 | 56 | <!-- LISTA DE PRODUCTOS --> |
57 | - <div class="row align-items-start vh-60 overflow-scroll disable-user-select"> | |
57 | + <div class="row align-items-start vh-70 overflow-scroll disable-user-select"> | |
58 | 58 | <div |
59 | 59 | class="col-4 p-2" |
60 | 60 | *ngFor="let producto of auxProductos"> |