Merge pull request #4962 from ethereum/modalOk

min width for default buttons of modals
pull/4943/head^2
Liana Husikyan 4 months ago committed by GitHub
commit 38dca7109e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      libs/remix-ui/modal-dialog/src/lib/remix-ui-modal-dialog.css

@ -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}

Loading…
Cancel
Save