cronapp-lib-js 2.9.6-SP.22 → 2.9.6-SP.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,6 +33,7 @@
33
33
  //FIX_032 - CRONAPP-10755 Caixa de seleção permanece aberta sobrepondo outros componentes ao mover o scroll para baixo
34
34
  //FIX_033 - CRONAPP-10922 Caixa de seleção permanece aberta sobrepondo outros componentes ao voltar a pagina anterior
35
35
  //FIX_034 - CRONAPP-10947 Ao clicar no botão nativo - Exportar para PDF o componente Grade quebra na tela.
36
+ //FIX_035 - CRONAPP-10992 Bug Visual no Componente Breadcrumbs
36
37
 
37
38
  /**
38
39
  * Kendo UI v2019.1.220 (http://www.telerik.com/kendo-ui)
@@ -29209,7 +29210,10 @@
29209
29210
  }
29210
29211
  },
29211
29212
  _resize: function () {
29212
- this._shrinkItems();
29213
+ //BEGIN FIX_035
29214
+ //NEW FIX_035
29215
+ //this._shrinkItems();
29216
+ //END FIX
29213
29217
  this._stretchItems();
29214
29218
  },
29215
29219
  getSize: function () {