Make WordPress Core

Opened 4 years ago

#53611 new defect (bug)

Font size inconsistency in the data erasure inline notice for 'additionalMessages' list items

Reported by: kimannwall's profile kimannwall Owned by:
Milestone: Awaiting Review Priority: normal
Severity: minor Version: 5.7.2
Component: Privacy Keywords: needs-patch
Focuses: ui, css Cc:

Description

This in reference to the unordered list items added by plugins or other code as 'additionalMessages' with a personal data erasure admin process.

The inline notice has a <p> tag with text about the completed request. Plugins can add messages using the wp_privacy_personal_data_erasers filter. Additional messages are displayed using the unordered list markup.

Right now, the <p> tag in this notice has a smaller font size and line height, so the added items are not uniform with the default message's appearance.

I'm working on an update that will add CSS to adjust the font-size and line-height of these list items to match the paragraph.

Attachments (1)

data-erasure-messages-ul-li-font-size.png (373.5 KB) - added by kimannwall 4 years ago.

Download all attachments as: .zip

Change History (1)

Note: See TracTickets for help on using tickets.