Opened 4 days ago
Closed 2 days ago
#65009 closed defect (bug) (fixed)
Privacy: ”Copied!” text is misaligned
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Privacy | Keywords: | admin-reskin has-patch dev-reviewed |
| Focuses: | Cc: |
Description
When the "Copy suggested policy text to clipboardCopy suggested policy text from WordPress." button is clicked, the text "Copied" is displayed to the left of the button.
The text and the button should be vertically aligned.
Attachments (1)
Change History (17)
This ticket was mentioned in PR #11420 on WordPress/wordpress-develop by @anupkankale.
4 days ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/65009
## Description
Fixes the vertical alignment of the Copied text that appears after clicking the Copy suggested policy text to clipboard button.
## Changes
- Removed padding-top: 6px
- Added vertical-align: middle
in src/wp-admin/css/edit.css
## Testing
- Go to wp-admin/options-privacy.php
- Click the Copy button next to any policy section
- The Copied text should now be vertically aligned with the button
This ticket was mentioned in PR #11421 on WordPress/wordpress-develop by @mukesh27.
4 days ago
#4
@mukesh27 commented on PR #11421:
4 days ago
#5
#6
@
4 days ago
- Keywords changes-requested removed
- Owner set to mukesh27
- Status changed from new to assigned
@audrasjb commented on PR #11421:
4 days ago
#7
This ticket was mentioned in PR #11424 on WordPress/wordpress-develop by @kapilpaul.
4 days ago
#8
Trac ticket: https://core.trac.wordpress.org/ticket/65009
## Use of AI Tools
@shailu25 commented on PR #11421:
4 days ago
#9
@shailu25 commented on PR #11424:
4 days ago
#10
Duplicate of #11421
I'm working on a bug for this. Will submit a PR shortly.
#65009 new defect (bug)