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.
Built from https://develop.svn.wordpress.org/trunk@62196


git-svn-id: http://core.svn.wordpress.org/trunk@61476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2026-04-01 22:03:45 +00:00
parent 67fe06340e
commit 5673bb95ac
5 changed files with 13 additions and 11 deletions

View File

@@ -995,15 +995,16 @@ form#tags-filter {
}
.privacy-settings-accordion-actions {
text-align: left;
display: block;
justify-content: right;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1em;
}
.privacy-settings-accordion-actions .success {
display: none;
color: #007017;
padding-left: 1em;
padding-top: 6px;
}
.privacy-settings-accordion-actions .success.visible {

File diff suppressed because one or more lines are too long

View File

@@ -994,15 +994,16 @@ form#tags-filter {
}
.privacy-settings-accordion-actions {
text-align: right;
display: block;
justify-content: right;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1em;
}
.privacy-settings-accordion-actions .success {
display: none;
color: #007017;
padding-right: 1em;
padding-top: 6px;
}
.privacy-settings-accordion-actions .success.visible {

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.1-alpha-62193';
$wp_version = '7.1-alpha-62196';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.