Text inside the button moves instead of the button

Hello beautiful people,

Thanks all of you that help juniors as me.
I have a problem with the button inside the form. The button is on the left now, I need to change it to the right. But when I tried to align only the text moved. What am I missing?

My read-only link

Thank you.

Create a div above the button
put the button in the div
set the div to flex
align right in the flex options

1 Like

Wow, thank you so much, I didn´t expect to receive the answer THAT fast! It worked, thank you!!!