min width for default buttons

pull/4962/head
lianahus 5 months ago committed by Aniket
parent 1f3bf0b8b1
commit b95229477b
  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