Commit 8cc007888bf9dec7404e444a20cc2b4fc55674b2
1 parent
e499a011cf
Exists in
master
Agregué mb-0 en form y table.
Showing
1 changed file
with
2 additions
and
2 deletions
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> |