@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.
@@ -9292,7 +9292,8 @@ class AddFormFieldComponent {
9292
9292
  this.dialogQERef = this.dialog.open(this.dialogQE, {
9293
9293
  disableClose: true,
9294
9294
  hasBackdrop: true,
9295
- width: "75%"
9295
+ panelClass: 'query-editor-modal',
9296
+ width: '90%'
9296
9297
  });
9297
9298
  }
9298
9299
  closeQEModal() {