Commit 6b5d1884f5c1d9e9d72f6d85a49e59647a1143e4
1 parent
711f6ead90
Exists in
develop
agrego pt a boton deshacer en comanda
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
... | ... | @@ -102,7 +102,7 @@ |
102 | 102 | (click)="updateComanda(comanda, 1, 'Pagado')"> |
103 | 103 | <div class="row justify-content-between"> |
104 | 104 | <div></div> |
105 | - <span class="h6 ml-4"><small>Deshacer</small></span> | |
105 | + <span class="h6 ml-4 pt-1"><small>Deshacer</small></span> | |
106 | 106 | <i class="fas fa-undo-alt text-info mr-4 my-auto"></i> |
107 | 107 | </div> |
108 | 108 | </button> |