Skip to content

Commit

Permalink
Fix min-width for restore-db modal window
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Nov 1, 2024
1 parent fa39f5e commit 47f2d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restore-db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const _fireAlert = (params) => {
darkTheme: false,
parent: win,
modal: true,
width: 1000
minWidth: 1000
}
const swalOptions = {
position: 'center',
Expand Down

0 comments on commit 47f2d2a

Please sign in to comment.