Increase the width of the user management dialog.

pull/57/head
Akshay Joshi 2021-08-31 14:06:03 +05:30
parent 7deda52bd9
commit 4e0bd557d9
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ define([
};
});
}
alertify.UserManagement(true).resizeTo(pgBrowser.stdW.md, pgBrowser.stdH.md);
alertify.UserManagement(true).resizeTo(pgBrowser.stdW.lg, pgBrowser.stdH.md);
},
};