diff --git a/ghost/admin/app/styles/components/modals-new.css b/ghost/admin/app/styles/components/modals-new.css index 6fb13632a2..c11c7cb5b8 100644 --- a/ghost/admin/app/styles/components/modals-new.css +++ b/ghost/admin/app/styles/components/modals-new.css @@ -249,14 +249,13 @@ justify-content: space-between; } -.modal-footer button { - margin-left: 12px; +.modal-footer .gh-btn { min-width: 100px; text-align: center; } -.modal-footer button:first-of-type { - margin-left: 0; +.modal-footer .gh-btn:not(:first-child) { + margin-left: 12px; } .modal-footer-hint {