[wp-trac] [WordPress Trac] #52751: UI issue on Privacy Policy Guide page
WordPress Trac
noreply at wordpress.org
Wed Mar 10 17:16:38 UTC 2021
#52751: UI issue on Privacy Policy Guide page
-------------------------------------+-------------------------------------
Reporter: sumitsingh | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.7.1
Component: Privacy | Version: 5.7
Severity: normal | Resolution:
Keywords: needs-patch has- | Focuses: ui, css,
screenshots | administration
-------------------------------------+-------------------------------------
Comment (by sabernhardt):
This was not usually a problem in 5.6 (depending on language) because the
button had been outside the white box.
In French, it already broke at wider mobile sizes with the translation
"Copier la suggestion de texte de politique de confidentialité dans le
presse-papiers"
We may want something like this for mobile sizes, to wrap the text without
having such a large line-height:
{{{
.wp-core-ui .privacy-text-copy {
white-space: normal;
padding-top: 8px;
padding-bottom: 8px;
line-height: 1.5;
}
}}}
We also could consider a more global style change for other buttons that
might be too wide, but perhaps that would belong in another
milestone/ticket.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52751#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list