Commit 7a4e64e877388f212d6fb2ea15732071e1171894
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-crear-nota-pedido!38
Showing
1 changed file
Show diff stats
src/views/nota-pedido.html
| 1 | 1 | <div class="crear-nota-pedido"> |
| 2 | - <form name="formCrearNota" ng-submit="crearNotaPedido()"> | |
| 2 | + <form name="formCrearNota" ng-submit="crearNotaPedido()" class="mb-0"> | |
| 3 | 3 | <div class="row"> |
| 4 | 4 | <div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2"> |
| 5 | 5 | <div class="row p-1 panel-informativo"> |
| ... | ... | @@ -81,7 +81,7 @@ |
| 81 | 81 | <div class="col-12 col-md-10 col-lg-8 offset-md-1 offset-lg-2"> |
| 82 | 82 | <!-- PC --> |
| 83 | 83 | <div class="row grilla-articulo align-items-end"> |
| 84 | - <table class="table tabla-articulo table-striped table-sm table-dark"> | |
| 84 | + <table class="table tabla-articulo table-striped table-sm table-dark mb-0"> | |
| 85 | 85 | <thead> |
| 86 | 86 | <tr class="d-flex"> |
| 87 | 87 | <th class="">#</th> |