Editor: Correct vertical alignment for "Published on" month dropdown in Classic Editor.

Props pratik-jain, justinahinon, audrasjb.
Merges [47072] to the 5.3 branch.
Fixes #49115.
Built from https://develop.svn.wordpress.org/branches/5.3@47129


git-svn-id: http://core.svn.wordpress.org/branches/5.3@46929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-29 16:17:02 +00:00
parent f5a8d325ee
commit 3fc8c7687d
5 changed files with 5 additions and 5 deletions

View File

@ -421,7 +421,7 @@ form#tags-filter {
#timestampdiv select {
vertical-align: top;
font-size: 12px;
line-height: 1.5; /* 18px */
line-height: 2.33333333; /* 28px */
}
#aa, #jj, #hh, #mn {

File diff suppressed because one or more lines are too long

View File

@ -421,7 +421,7 @@ form#tags-filter {
#timestampdiv select {
vertical-align: top;
font-size: 12px;
line-height: 1.5; /* 18px */
line-height: 2.33333333; /* 28px */
}
#aa, #jj, #hh, #mn {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3.3-alpha-47128';
$wp_version = '5.3.3-alpha-47129';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.