ps-toolkit-ui 1.18.46 → 1.18.48

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.
@@ -3969,7 +3969,7 @@
3969
3969
  var hasSubmit = _this.table.searchForm.inputs.some(function (s) { return s.type === exports.InputType.Submit; });
3970
3970
  x.required = false;
3971
3971
  x.displayLabel = _this.table.expertSearch;
3972
- x.class = x.class + ' search-form-inp';
3972
+ x.class = x.class + ' search-form-inp' + (_this.table.expertSearch ? ' p-0' : '');
3973
3973
  x.withClear = !hasSubmit || _this.table.expertSearch;
3974
3974
  if (!hasSubmit) {
3975
3975
  if (x.onChange == null) {