Media: Use consistent width for Scale and Crop inputs.
Follow-up to [46359]. Props sabernhardt, audrasjb. Merges [46856] to the 5.3 branch. Fixes #48907. Built from https://develop.svn.wordpress.org/branches/5.3@46857 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e3c254bf75
commit
d01a9c3c46
|
@ -1199,7 +1199,6 @@ audio, video {
|
|||
.imgedit-settings .imgedit-scale input[type="text"],
|
||||
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
||||
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
||||
width: 60px;
|
||||
font-size: 16px;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1199,7 +1199,6 @@ audio, video {
|
|||
.imgedit-settings .imgedit-scale input[type="text"],
|
||||
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
||||
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
||||
width: 60px;
|
||||
font-size: 16px;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3.1-alpha-46855';
|
||||
$wp_version = '5.3.1-alpha-46857';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue