﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
65131	Administration: Spinners are misaligned	wildworks	SergeyBiryukov	"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;
}
}}}"	defect (bug)	closed	normal	7.0	Administration		normal	fixed	admin-reskin has-patch commit dev-reviewed		ui
