ps-toolkit-ui 1.18.40 → 1.18.41

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.
@@ -3249,7 +3249,7 @@
3249
3249
  };
3250
3250
  TablePaginationComponent.prototype.ngOnInit = function () {
3251
3251
  var _this = this;
3252
- this.perPageSelect = new InputClass(this.table.environment, this.table.l, 'PerPage', '', exports.InputType.Select, 'h-25 p-0 w-80-p f-l');
3252
+ this.perPageSelect = new InputClass(this.table.environment, this.table.l, 'PerPage', '', exports.InputType.Select, 'h-25 p-0 w-80-p f-l top');
3253
3253
  this.perPageSelect.value = this.table.perPage.toString();
3254
3254
  this.perPageSelect.options = [
3255
3255
  new OptionClass('5', '5'),