Skip to content

Commit

Permalink
modal size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamka committed Jan 22, 2024
1 parent 2de6758 commit 150bc26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/ui-kit/src/Modal/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
left: 50%;
transform: translate(-50%, -50%);
pointer-events: auto;
min-width: 300px;
max-width: 540px;
width: 90%;
}
6 changes: 0 additions & 6 deletions packages/ui-kit/src/ModalDialog/ModalDialog.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.modalDialog {
min-width: 300px;
max-width: 540px;
width: 90%;
}

.modalDialogHeader {
margin: 8px 24px;
}
Expand Down

0 comments on commit 150bc26

Please sign in to comment.