@eqproject/eqp-dynamic-module 2.4.18 → 2.4.19

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.
@@ -9319,7 +9319,8 @@ class AddFormFieldComponent {
9319
9319
  this.dialogQERef = this.dialog.open(this.dialogQE, {
9320
9320
  disableClose: true,
9321
9321
  hasBackdrop: true,
9322
- width: "75%"
9322
+ panelClass: 'query-editor-modal',
9323
+ width: '90%'
9323
9324
  });
9324
9325
  }
9325
9326
  closeQEModal() {