Administration: Add a top margin to Mail Server Port field on small screens.
This change fixes an overlapping issue on small screens in the Writing Settings screen. Props pravinparmar2404, afercia, utz119, thimalw, sabernhardt, audrasjb. Fixes #50177. Built from https://develop.svn.wordpress.org/trunk@52649 git-svn-id: http://core.svn.wordpress.org/trunk@52238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7ea33988e9
commit
c0cbf007f0
|
@ -1529,6 +1529,10 @@ table.form-table td .updated p {
|
|||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.form-table input[type='text']#mailserver_port.small-text {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
#pass-strength-result {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1528,6 +1528,10 @@ table.form-table td .updated p {
|
|||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.form-table input[type='text']#mailserver_port.small-text {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
#pass-strength-result {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52648';
|
||||
$wp_version = '6.0-alpha-52649';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue