Skip to content

Commit

Permalink
increase minwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Jul 10, 2023
1 parent 733cb48 commit 94f8ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions war/src/main/js/components/dialogs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let _defaults = {
message: null,
cancel: true,
maxWidth: "475px",
minWidth: "300px",
minWidth: "450px",
type: "default",
hideCloseButton: false,
allowEmpty: false,
Expand Down Expand Up @@ -238,7 +238,6 @@ function init() {
prompt: function (title, options) {
const defaults = {
title: title,
minWidth: "400px",
};
options = Object.assign({}, defaults, options);
let dialog = new Dialog("prompt", options);
Expand Down

0 comments on commit 94f8ace

Please sign in to comment.