Editor: Improve the tag field loading spinner alignment.

This changeset improves the loading spinner alignment of the Classic Editor's tag field.

Follow-up to [19897], [31611].

Props Presskopp, SergeyBiryukov, audrasjb.
Fixes #58136.


git-svn-id: https://develop.svn.wordpress.org/trunk@55689 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-04-26 21:36:43 +00:00
parent 6d4fc50edc
commit 7a0cf18880
+1 -1
View File
@@ -671,7 +671,7 @@ input[type="text"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: right center;
background-position: right 5px center;
visibility: visible;
}