Make WordPress Core

Changeset 62196


Ignore:
Timestamp:
04/01/2026 10:02:10 PM (3 weeks ago)
Author:
SergeyBiryukov
Message:

Admin Reskin: Correct ”Copied!” text alignment on Privacy Policy Guide screen.

Follow-up to [61645].

Props mukesh27, wildworks, audrasjb, shailu25, anupkankale, kapilpaul, SergeyBiryukov.
Fixes #65009.

File:
1 edited

Legend:

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

    r61807 r62196  
    995995
    996996.privacy-settings-accordion-actions {
    997     text-align: right;
    998     display: block;
     997    justify-content: right;
     998    display: flex;
     999    align-items: center;
     1000    flex-wrap: wrap;
     1001    gap: 1em;
    9991002}
    10001003
     
    10021005    display: none;
    10031006    color: #007017;
    1004     padding-right: 1em;
    1005     padding-top: 6px;
    10061007}
    10071008
Note: See TracChangeset for help on using the changeset viewer.