Fixed 2.1 Editor manager - button icon images broken in dropdowns

Jake B.

Well-known member
Affected version
2.1.0 Beta 5
They're working fine in the normal editor , but within dropdowns they're displaying at the full size:


190975

Adding this in mostly fixes it:

Code:
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a img {
  max-width: 18px;
}
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.0 B7/RC1).

Change log:
Height limit image icons in editor dropdowns so they are consistent with FA-based icons. Also, resolve an issue displaying image icons in the editor button manager.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom