Skip to content
Snippets Groups Projects
Commit 4b906e4d authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

assigned more space to the overlay dialog

parent 531febf6
No related branches found
No related tags found
3 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!62712.2.0~beta.1 into master,!620assigned more space to the overlay dialog
Pipeline #8617 passed
......@@ -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
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment