Make WordPress Core

Changeset 58383

Timestamp:
06/11/2024 06:39:27 AM (8 weeks ago)
Author:
audrasjb
Message:

Login and Registration: Make the wp-login.php form padding more consistent.

This changeset removes the extra padding-bottom to the login form located in wp-login.php.

Props deeppatel8950, meetmehta1205, audrasjb, webcommsat, dhrumilk.
Fixes #61013.

File:
1 edited

Legend:

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

    r57553 r58383  
    142142    margin-top: 20px;
    143143    margin-left: 0;
    144     padding: 26px 24px 34px;
     144    padding: 26px 24px;
    145145    font-weight: 400;
    146146    overflow: hidden;
Note: See TracChangeset for help on using the changeset viewer.