Commit c514c3690deebac335a18685779b158fbc6dd49a
1 parent
7e7c7ab1c6
Exists in
master
and in
1 other branch
class to overflow
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-none 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" | |
| 7 | + class="btn btn-default 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 | > |