Merge pull request #4962 from ethereum/modalOk

min width for default buttons of modals
pull/5370/head
Liana Husikyan 5 months ago committed by GitHub
commit 0798bfdba8
  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