Commit 4412e506000a40052c1a3873ee23a6b70dec3c66
1 parent
0dfdb8d36e
Exists in
master
and in
1 other branch
Agregado padding al scroll.
Showing
3 changed files
with
2 additions
and
3 deletions
Show diff stats
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
| ... | ... | @@ -73,7 +73,7 @@ |
| 73 | 73 | </p> |
| 74 | 74 | </div> |
| 75 | 75 | </div> |
| 76 | - <div class="row vh-50 overflow-scroll m-0"> | |
| 76 | + <div class="row vh-50 px-2 overflow-scroll m-0"> | |
| 77 | 77 | <div class="col-12 p-0 mb-2" *ngFor="let producto of productos"> |
| 78 | 78 | <p class="h6 m-0 card-text text-left"> |
| 79 | 79 | <small>{{producto.DetArt}}</small> |
src/app/components/pago/pago.component.html
| ... | ... | @@ -72,7 +72,7 @@ |
| 72 | 72 | </p> |
| 73 | 73 | </div> |
| 74 | 74 | </div> |
| 75 | - <div class="row vh-50 overflow-scroll m-0"> | |
| 75 | + <div class="row px-2 vh-50 overflow-scroll m-0"> | |
| 76 | 76 | <div class="col-12 p-0 mb-2" *ngFor="let producto of productos"> |
| 77 | 77 | <p class="h6 m-0 card-text text-left"> |
| 78 | 78 | <small>{{producto.DetArt}}</small> |
src/app/components/pago/pago.component.ts