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

Props anischarolia, ianbelanger, afercia.
Fixes #46961.
Built from https://develop.svn.wordpress.org/trunk@45326


git-svn-id: http://core.svn.wordpress.org/trunk@45137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2019-05-16 20:45:54 +00:00
parent 1ef254a465
commit c6da25fa9a
7 changed files with 11 additions and 5 deletions

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) {