Thank you for the suggestion. It seems you’re not alone in encountering this trouble. Unfortunately, according to the linked ticket, implementing your suggestion does not appear to be in the cards.
It is feasible to add some custom admin styling to move the delete menu link off to the right, for example:
span.delete-action {
flex-grow: 2;
text-align: right;
}
Adding admin styling is a bit of a fuss if you’re not a PHP coder. It involves calling wp_enqueue_styles()
from a callback function added to the “admin_enqueue_scripts” action hook. Alternately, apply custom styles from your browser by using an extension such as Stylus for Chrome.
+1
Seriously – a one-click-action next to the save-button without an alert or confirmation – not cool and should be improved soon
Just lost half a day’s work because of a 2mm click error. Elon just caught a rocket with tweezers and WordPress can’t make a “Warning you are about to delete all your hard work” pop-up? Go figure…