wordpress-multisite-enhancements icon indicating copy to clipboard operation
wordpress-multisite-enhancements copied to clipboard

Misplaced icon when long site name

Open bueltge opened this issue 4 years ago • 2 comments

image

When a site is not public and site name is as long as the width of the menu items, the list of sites in the My Sites submenu is placed before the next site instead of the site in question. May result in wrong indication or double icons.

via https://wordpress.org/support/topic/misplaced-icon-when-long-site-name/

bueltge avatar May 26 '21 18:05 bueltge

The current test has no problems. image

bueltge avatar Jun 03 '21 13:06 bueltge

All I can say is that if I remove #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon { float: left; } found in admin-bar.css the icons align on the line it belongs, left of the label.

knutsp avatar Jun 04 '21 17:06 knutsp