Skip to content

Commit

Permalink
Editor: Correct vertical alignment for "Published on" month dropdown …
Browse files Browse the repository at this point in the history
…in Classic Editor.

Props pratik-jain, justinahinon, audrasjb.
Merges [47072] to the 5.3 branch.
Fixes #49115.

git-svn-id: https://develop.svn.wordpress.org/branches/5.3@47129 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 29, 2020
1 parent dc36d1b commit e0157e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/css/edit.css
Expand Up @@ -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 {
Expand Down

0 comments on commit e0157e1

Please sign in to comment.