@pepperi-addons/ngx-lib 0.4.2-beta.90 → 0.4.2-beta.91

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.
@@ -2228,7 +2228,7 @@ class PepListComponent {
2228
2228
  }
2229
2229
  totalCalcColsWidth += uiControlField.calcColumnWidth;
2230
2230
  }
2231
- const widthToSet = (this.tableStartWidth + widthToAdd) + 'px';
2231
+ const widthToSet = (this.tableStartWidth + (widthToAdd * 2)) + 'px';
2232
2232
  console.log(`onListResize -> widthToSet: ${widthToSet} *** widthToAdd: ${widthToAdd}`);
2233
2233
  this.setColumnsWidth(widthToSet);
2234
2234
  this.checkForChanges = new Date().getTime();