[wp-trac] [WordPress Trac] #65131: Editor: Spinners are misaligned
WordPress Trac
noreply at wordpress.org
Mon Apr 27 02:31:25 UTC 2026
#65131: Editor: Spinners are misaligned
----------------------------+--------------------------
Reporter: wildworks | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 7.0
Component: Administration | Version:
Severity: normal | Keywords: admin-reskin
Focuses: ui |
----------------------------+--------------------------
Spinners may appear to the left of buttons during certain actions. Many of
these spinners are aligned with the buttons by applying top margin.
However, due to a change in button size to 40px in accordance with the new
design system, the alignment between the buttons and spinners is no longer
correct.
Upon investigating the entire UI, misalignment has been observed in at
least the following locations:
- Classic Editor > Publish Sidebar > Update or Publish button
- Classic Widget Editor > Save button
- Posts > Tags > Add Tag button
- Menus > Add to Menu button
- Customize > Menus > Menu > Add Imtes > Custom Links > Add to Menu
- Media (List view) > Edit > Edit Image button
- Media (List view) > Edit > Update button
- Media (List view) > Attach > Search input field
It seems that the positions of these two locations have been misaligned
for some time.
- Theme File Editor > Update File button
- Plugin File Editor > Update File button
You can also force the spinner to be displayed by adding the following
CSS:
{{{
.spinner {
visibility: visible;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65131>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list