mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Restrict textarea fields in network setup to a max width of 100%.
This avoids the content overrunning the screen on mobile devices. See #32846. Built from https://develop.svn.wordpress.org/trunk@33171 git-svn-id: http://core.svn.wordpress.org/trunk@33143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0241081bae
commit
b8ffa8ecb9
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33170';
|
||||
$wp_version = '4.3-beta2-33171';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user