+8
−7
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Previous block-flex + margin auto didn't visibly center because the flex container was filling the parent width and the input's justify-content alignment alone wasn't winning. Switch to inline-flex on #submit-wrapper so it shrinks-to-fit, and text-align center on the parent form/p so it gets centered as inline content. Refs ecorp/b2b/apps/workspace#19