Skip to content
Snippets Groups Projects

assigned more space to the overlay dialog

Merged Sascha Herzinger requested to merge 657-css-fix_add-overlay-dialog into devel_12.2.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -884,7 +884,7 @@ EditProjectDialog.prototype.open = function () {
if (!$(div).hasClass("ui-dialog-content")) {
$(div).dialog({
title: self.getProject().getProjectId(),
width: window.innerWidth / 2,
width: window.innerWidth * 0.75,
height: window.innerHeight / 2
});
}
Loading