For those of you stumbling upon this topic in the far flung future of the year 2024 and beyond, you might like to use a CSS Grid Layout to solve this problem. You just need the three styles below on the parent element, in this case the "edit" div.
display: grid;
align-content: center;
justify-content: center;