Make WordPress Core

Changeset 56636


Ignore:
Timestamp:
09/20/2023 05:53:53 PM (13 months ago)
Author:
joedolson
Message:

Users: Improve vertical spacing consistency in labels.

Adjust display of user profile labels on small screens so they are consistent with the layout used elsewhere.

Props nandhuraj, costdev, sabernhardt, sarathar, vivekawsm.
Fixes #58493.

File:
1 edited

Legend:

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

    r56023 r56636  
    17091709    }
    17101710
     1711    .form-table td > label:first-child {
     1712        display: inline-block;
     1713        margin-top: 0.35em;
     1714    }
     1715
    17111716    .background-position-control .button-group > label {
    17121717        font-size: 0;
Note: See TracChangeset for help on using the changeset viewer.