Commit 50dbd96fe614fc2054df9c2274d61e82db3325ec
1 parent
b849869dca
Exists in
master
and in
2 other branches
Arreglo en la vista del Boton
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/foca-modal-remito.html
| ... | ... | @@ -121,9 +121,9 @@ |
| 121 | 121 | <td> |
| 122 | 122 | <button |
| 123 | 123 | type="button" |
| 124 | - class="fa fa-eye btn-secondary" | |
| 124 | + class="btn btn-secondary btn-xs p-1" | |
| 125 | 125 | ng-click="isCollapsed = !isCollapsed ; verProductos = remito.articulosRemito" |
| 126 | - > | |
| 126 | + ><i class="fa fa-eye"></i> | |
| 127 | 127 | </button> |
| 128 | 128 | </td> |
| 129 | 129 | <td> |