Privacy: Prevent email field for personal data requests from overflowing.

Props anischarolia, ianbelanger, afercia.
Fixes #46961.

git-svn-id: https://develop.svn.wordpress.org/trunk@45326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-05-16 20:44:41 +00:00
parent cd511054a0
commit c18460698f

View File

@ -1550,6 +1550,9 @@ table.form-table td .updated p {
.wp-list-table.privacy_requests.widefat thead td input {
margin-left: 5px;
}
.regular-text {
max-width: 100%;
}
}
@media only screen and (max-width: 768px) {