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

Props pratik-jain, justinahinon, audrasjb.
Fixes #49115.
Built from https://develop.svn.wordpress.org/trunk@47072


git-svn-id: http://core.svn.wordpress.org/trunk@46872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-15 18:31:07 +00:00
parent 57fbd3c847
commit 3e68a63e6a
5 changed files with 5 additions and 5 deletions

View File

@ -422,7 +422,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.4-alpha-47071';
$wp_version = '5.4-alpha-47072';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.