Skip to content

Commit

Permalink
Merge pull request #4962 from ethereum/modalOk
Browse files Browse the repository at this point in the history
min width for default buttons of modals
  • Loading branch information
LianaHus committed Jul 9, 2024
2 parents 1f3bf0b + b952294 commit 38dca71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/remix-ui/modal-dialog/src/lib/remix-ui-modal-dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
max-height: 600px;
white-space: pre-line;
}
.modal-ok {
min-width: 4rem;
}
.modal-cancel {
min-width: 4rem;
}
@-webkit-keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
Expand Down

0 comments on commit 38dca71

Please sign in to comment.