#44026 closed defect (bug) (fixed)
Export and Erase Personal Data tables misaligned under 782px
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Privacy | Keywords: | gdpr has-screenshots has-patch commit fixed-major dev-reviewed |
| Focuses: | ui | Cc: |
Description
On both the Export Personal Data and Erase Personal Data pages the th and td are not the same height under 782px and the right border of the checkbox gets cutoff.
Attachments (5)
Change History (22)
#3
@
8 years ago
May be not very relevant but I have a slight difference when tested my screen is showing it differently. Screenshot attached.
#4
@
8 years ago
@subrataemfluence I did erase the emails from the image, just to hide them. I am mainly talking about the checkboxes missing the right border and the th and td bottom borders are misaligned when the td is in the closed position.
#6
@
8 years ago
- Keywords has-patch needs-testing added; needs-patch removed
44026.diff should fix this issue. I noticed one more small thing we could fix though. If you look at the second row in erasure-screen.png, confirmed erasures do not have any links in the actions row.
#7
@
8 years ago
- Milestone changed from Awaiting Review to 4.9.6
- Owner set to desrosj
- Status changed from new to accepted
#8
@
8 years ago
Also, to clarify why this is happening, this is being caused by:
- The addition of left borders for each row to make them look more like notices.
- The
background-coloroverrides in the privacyWP_Post_Listtables to help differentiate the status of each request.
emails removed purposely