mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 01:31:27 +01:00
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:
parent
57fbd3c847
commit
3e68a63e6a
@ -422,7 +422,7 @@ form#tags-filter {
|
|||||||
#timestampdiv select {
|
#timestampdiv select {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.5; /* 18px */
|
line-height: 2.33333333; /* 28px */
|
||||||
}
|
}
|
||||||
|
|
||||||
#aa, #jj, #hh, #mn {
|
#aa, #jj, #hh, #mn {
|
||||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -421,7 +421,7 @@ form#tags-filter {
|
|||||||
#timestampdiv select {
|
#timestampdiv select {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.5; /* 18px */
|
line-height: 2.33333333; /* 28px */
|
||||||
}
|
}
|
||||||
|
|
||||||
#aa, #jj, #hh, #mn {
|
#aa, #jj, #hh, #mn {
|
||||||
|
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user