qms-angular 1.1.38 → 1.1.40

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.
@@ -895,4 +895,13 @@ _:-moz-tree-row(hover),
895
895
 
896
896
  .full-screen-bpmn-editor_paperpanel-expandpanel {
897
897
  height: calc(100vh - 200px) !important;
898
+ }
899
+
900
+ .close-full-screen-bpmn-editor_cdk-overlay {
901
+ width: 89vw !important;
902
+ height: 700px !important;
903
+ }
904
+
905
+ .justify-content_cdk-global-overlay-wrapper {
906
+ justify-content: center !important;
898
907
  }