Login, Registration: Prevent button misalignment on login screen.

Replace the float CSS removed in [50569], which is used to align the login & register buttons.

Props mukesh27, audrasjb.
Fixes .



git-svn-id: https://develop.svn.wordpress.org/trunk@50577 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Kelly Choyce-Dwan 2021-03-25 14:21:19 +00:00
parent 146ad7b142
commit 7efa96da8a

@ -186,6 +186,10 @@ p {
margin-bottom: 0;
}
.login .button-primary {
float: right;
}
.login .reset-pass-submit {
display: flex;
flex-flow: row wrap;
@ -194,6 +198,7 @@ p {
.login .reset-pass-submit .button {
display: inline-block;
float: none;
margin-bottom: 6px;
}