Make WordPress Core

Changeset 50577


Ignore:
Timestamp:
03/25/2021 02:21:19 PM (2 years ago)
Author:
ryelle
Message:

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 #52834.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/login.css

    r50569 r50577  
    187187}
    188188
     189.login .button-primary {
     190    float: right;
     191}
     192
    189193.login .reset-pass-submit {
    190194    display: flex;
     
    195199.login .reset-pass-submit .button {
    196200    display: inline-block;
     201    float: none;
    197202    margin-bottom: 6px;
    198203}
Note: See TracChangeset for help on using the changeset viewer.