Skip to content

Commit acebfd0

Browse files
Editor: Correct alignment for “Remove tag” icon in classic editor.
Follow-up to [38880], [61645]. Props umesh.nevase, sabernhardt, SergeyBiryukov. Fixes #65133. git-svn-id: https://develop.svn.wordpress.org/trunk@62279 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 93d77a2 commit acebfd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ img.emoji {
829829
border-radius: 50%;
830830
color: var(--wp-admin-theme-color, #3858e9);
831831
/* vertically center the icon cross browsers */
832-
line-height: 1.28;
832+
line-height: 1.1;
833833
}
834834

835835
.tagchecklist .ntdelbutton:focus {

0 commit comments

Comments
 (0)