Restrict textarea fields in network setup to a max width of 100%.

This avoids the content overrunning the screen on mobile devices.

See #32846.


git-svn-id: https://develop.svn.wordpress.org/trunk@33171 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2015-07-11 22:52:01 +00:00
parent b780b94487
commit a9da66e853
1 changed files with 4 additions and 0 deletions

View File

@ -869,6 +869,10 @@ table.form-table td .updated p {
21.0 - Network Admin
------------------------------------------------------------------------------*/
.setup-php textarea {
max-width: 100%;
}
.form-field #site-address {
max-width: 25em;
}