ps-toolkit-ui 1.6.19 → 1.6.20

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.
@@ -1652,7 +1652,7 @@
1652
1652
  if (this.inputs.filter(function (x) { return x.type === exports.InputType.Submit; }).length > 0) {
1653
1653
  return;
1654
1654
  }
1655
- var br = new InputClass(this.environment, this.l, null, null, exports.InputType.Label, (this.onTop ? 'space' : 'underline') + (onSubmit === null ? '' : ' m-v-5'));
1655
+ var br = new InputClass(this.environment, this.l, null, null, exports.InputType.Label, this.onTop ? 'space' : 'underline');
1656
1656
  var save = new InputClass(this.environment, this.l, name, 'fa-duotone fa-check', exports.InputType.Submit, 'save-form-btn h-30 ' + cls);
1657
1657
  save.onClick = function () {
1658
1658
  _this.submit(onSubmit);