Skip to content

Commit c1eaccd

Browse files
Admin Reskin: Correct ”Copied!” text alignment on Privacy Policy Guide screen.
Follow-up to [61645]. Reviewed by wildworks, SergeyBiryukov. Merges [62196] to the 7.0 branch. Props mukesh27, wildworks, audrasjb, shailu25, anupkankale, kapilpaul, SergeyBiryukov. Fixes #65009. git-svn-id: https://develop.svn.wordpress.org/branches/7.0@62203 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 85c7722 commit c1eaccd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/wp-admin/css/edit.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,15 +994,16 @@ form#tags-filter {
994994
}
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

10011004
.privacy-settings-accordion-actions .success {
10021005
display: none;
10031006
color: #007017;
1004-
padding-right: 1em;
1005-
padding-top: 6px;
10061007
}
10071008

10081009
.privacy-settings-accordion-actions .success.visible {

0 commit comments

Comments
 (0)