Commit 3ababfa6f692b575b286c7bd329f97908780e559

Authored by Marcelo Puebla
1 parent 7c0b7fca6b

Borrado de clase css.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/botonera-facturador.html
... ... @@ -4,7 +4,7 @@
4 4 ng-class="{'d-md-grid': boton == ''}">
5 5 <button
6 6 type="button"
7   - class="btn btn-default btn-block btn-xs text-center py-1 rounded border border-light foca-overflow-hidden"
  7 + class="btn btn-block btn-xs text-center py-1 rounded border border-light foca-overflow-hidden"
8 8 ng-click="(boton != '') ? ejecutarFuncion(boton.label) : null"
9 9 ng-class="{'d-sm-block h-100': boton == ''}"
10 10 ng-disabled="boton.disable"